diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-14 10:15:52 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-14 10:15:52 +0000 |
commit | 7aef37f62ece8efe1c98a46ecd235ea36aa72408 (patch) | |
tree | da93f2dfaac0007dd30bf105aff12a968a96b18f /mail | |
parent | 25b773673e20d99e0dfc671d354eaa3c23b66140 (diff) | |
download | ports-7aef37f62ece8efe1c98a46ecd235ea36aa72408.tar.gz ports-7aef37f62ece8efe1c98a46ecd235ea36aa72408.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spfval/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/mail/spfval/Makefile b/mail/spfval/Makefile index 6d56abe84033..d2df079c4a01 100644 --- a/mail/spfval/Makefile +++ b/mail/spfval/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= SPF validator -USE_BZIP2= yes +USES= tar:bzip2 GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 1e818b29c940..63bae78e688b 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -15,8 +15,7 @@ LICENSE_COMB= dual RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support -USES= gettext iconv gmake pkgconfig -USE_BZIP2= yes +USES= gettext iconv gmake pkgconfig tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_LDCONFIG= yes |