Index: mail/claws-mail/Makefile =================================================================== --- mail/claws-mail/Makefile (revision 488215) +++ mail/claws-mail/Makefile (working copy) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= claws-mail +PORTREVISION= 1 CATEGORIES= mail news ipv6 COMMENT= Lightweight and featureful GTK+ based e-mail and news client @@ -21,7 +22,7 @@ RUN_DEPENDS= mime-support>0:misc/mime-support USES= compiler:c++11-lang cpe desktop-file-utils gnome pathfix \ - python:2.7 shebangfix ssl + shebangfix ssl USE_XORG= ice sm USE_GNOME= cairo gtk20 librsvg2 SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-mail Index: mail/claws-mail/Makefile.claws =================================================================== --- mail/claws-mail/Makefile.claws (revision 488215) +++ mail/claws-mail/Makefile.claws (working copy) @@ -8,7 +8,7 @@ LICENSE= GPLv3 -USES+= gettext-runtime gmake iconv libtool pkgconfig tar:xz +USES+= gettext-runtime gmake iconv libtool pkgconfig python:2.7 tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static @@ -63,7 +63,7 @@ . for p in ${CLAWS_PLUGINS_BUILD} CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S|--disable-${p}-plugin||} -PLIST_FILES+= lib/claws-mail/plugins/${p:S|spam_|spam|}.so +PLIST_FILES+= lib/claws-mail/plugins/${p:S|spam_|spam|}.s . endfor do-build: Index: mail/claws-mail-python/Makefile =================================================================== --- mail/claws-mail-python/Makefile (revision 488215) +++ mail/claws-mail-python/Makefile (working copy) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= python -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Python scripting plugin for Claws Mail USE_GNOME= pygtk2 -CLAWS_PLUGINS_BUILD= python +CLAWS_PLUGINS_BUILD= python:2.7 .include "../claws-mail/Makefile.claws" .include