diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-10-09 22:12:13 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-10-09 22:12:13 +0000 |
commit | a8693b8dee82d3226a0bc0b337d3eb2085add552 (patch) | |
tree | 7d9d8595a250c7e5a9a646200945ef2094927620 /mail | |
parent | 39890db4500948ba8648094ec8b290262a74d880 (diff) | |
download | ports-a8693b8dee82d3226a0bc0b337d3eb2085add552.tar.gz ports-a8693b8dee82d3226a0bc0b337d3eb2085add552.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/courier/Makefile | 1 | ||||
-rw-r--r-- | mail/ezmlm/Makefile | 1 | ||||
-rw-r--r-- | mail/metamail/Makefile | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/mail/courier/Makefile b/mail/courier/Makefile index cc364da8e74e..509126ce05ea 100644 --- a/mail/courier/Makefile +++ b/mail/courier/Makefile @@ -62,6 +62,7 @@ WITH_TRANSPORT= local esmtp dsn USE_AUTOTOOLS= libtool aclocal USE_BZIP2= yes +USE_GCC= any USE_FAM= yes USE_GETTEXT= yes USE_GMAKE= yes diff --git a/mail/ezmlm/Makefile b/mail/ezmlm/Makefile index eb0965258029..48b634886c3d 100644 --- a/mail/ezmlm/Makefile +++ b/mail/ezmlm/Makefile @@ -20,6 +20,7 @@ MASTER_SITES= http://cr.yp.to/software/ \ MAINTAINER= ports@FreeBSD.org COMMENT= An easy-to-use, high-speed mailing list manager for qmail +USE_GCC= any USE_QMAIL_RUN= yes CONFLICTS= ezmlm-idx-* diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile index 44e46b4bdc59..fe309c7ad53d 100644 --- a/mail/metamail/Makefile +++ b/mail/metamail/Makefile @@ -21,6 +21,8 @@ OPTIONS_DEFINE= X11 OPTIONS_DEFAULT= X11 X11_DESC= X11 hebrew font support +USE_GCC= any + WRKSRC= ${WRKDIR}/${DISTNAME}/src MAN1= audiocompose.1 audiosend.1 extcompose.1 \ getfilename.1 mailto-hebrew.1 mailto.1 metamail.1 \ |