aboutsummaryrefslogtreecommitdiff
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-15 07:14:12 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-15 07:14:12 +0000
commitdcf99688a1711ab176bca363f8d11b57acb961ac (patch)
treef4e196d880f05adbbeb3d1416d8f4e48ba29d796 /mail/exim/Makefile
parent3db2dffc6a9357d280871c3be54055600ce7fb2d (diff)
downloadports-dcf99688a1711ab176bca363f8d11b57acb961ac.tar.gz
ports-dcf99688a1711ab176bca363f8d11b57acb961ac.zip
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=327333
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r--mail/exim/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 2155925adc03..47676939b656 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -19,7 +19,6 @@ LICENSE= GPLv2
USE_BZIP2= yes
WANT_GNOME= yes
-WANT_PERL= yes
MAKE_JOBS_UNSAFE= yes
# One can tune the following "hidden" knobs:
@@ -222,7 +221,7 @@ SEDLIST+= -e 's,^\# (TLS_LIBS=.*-lgnutls[[:space:]]),\1,'
.endif
.if ${PORT_OPTIONS:MEMBEDDED_PERL}
-USE_PERL5= yes
+USES+= perl5
SEDLIST+= -e 's,^\# (EXIM_PERL=),\1,'
.endif
@@ -234,7 +233,7 @@ SEDLIST+= -e 's,XX_TCP_WRAPPERS_LIBS_XX,,'
.endif
.if ${PORT_OPTIONS:MICONV}
-USES= iconv
+USE+S= iconv
SEDLIST+= -e 's,XX_ICONV_LIBS_XX,-L${LOCALBASE:S/,/\\,/g}/lib ${ICONV_LIB},' \
-e 's,^\# (HAVE_ICONV=),\1,'
.else