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-devel | |
parent | c9611ee96495454260e07bcd1f5496e7e1ebdfe4 (diff) | |
download | ports-da27f0125af6dfcd1ebcdd31f29d0223e6d47ff7.tar.gz ports-da27f0125af6dfcd1ebcdd31f29d0223e6d47ff7.zip |
Notes
Diffstat (limited to 'mail/dspam-devel')
-rw-r--r-- | mail/dspam-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile index cf781d2803e4..b3854ddf962d 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -87,7 +87,7 @@ WEBUI_DESC= Install WebUI, pulls in Apache or see below OPTIONS_DEFAULT= SYSLOG DEBUG DAEMON CLAMAV CLAMAV_LOCAL MYSQL55 \ PGSQL SQLITE3 HASH -USE_PERL5= yes +USES= perl5 USE_AUTOTOOLS= libtool .ifdef(SNAP_DATE) USE_AUTOTOOLS+= autoconf:env automake @@ -402,7 +402,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' |