diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 17:29:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 17:29:09 +0000 |
commit | da27f0125af6dfcd1ebcdd31f29d0223e6d47ff7 (patch) | |
tree | 4c742a14f77ec0e3cede6ed430252f490585d7a3 /mail/dspam | |
parent | - Use USES=gmake (diff) |
- convert to the new perl5 framework
- remove redundant perl usage, since we use it already in global context
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 467a9f55af3e..337d593a6344 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -73,7 +73,7 @@ OPTIONS_DEFAULT= SYSLOG DEBUG DAEMON CLAMAV CLAMAV_LOCAL \ PGSQL SQLITE3 HASH MAKE_JOBS_UNSAFE= yes -USE_PERL5= yes +USES= perl5 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -381,7 +381,6 @@ RUN_DEPENDS+= p5-GD-Graph3d>=0:${PORTSDIR}/graphics/p5-GD-Graph3d RUN_DEPENDS+= p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil CONFIGURE_ARGS+=--enable-logging CONFIGURE_ARGS+=--enable-user-logging -USE_PERL5= yes PLIST_SUB+= WebUI="" _SED_SCRIPT+= -e 's/%%WebUI%%//g' _SED_SCRIPT+= -e 's,%%WWWDIR%%,${WWWDIR},g' |