diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-10-17 13:41:44 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-10-17 13:41:44 +0000 |
commit | 3bcf402cd3a8801d28b618ab5d4329647f35e1b2 (patch) | |
tree | 814c609f86b37d63e383947a6c6ba8caad98be1a /www/dansguardian-devel | |
parent | fd63fcc98e65811599b522c3a17c1936dabbe56b (diff) |
Notes
Diffstat (limited to 'www/dansguardian-devel')
-rw-r--r-- | www/dansguardian-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/dansguardian-devel/Makefile b/www/dansguardian-devel/Makefile index ab2a211665f9..a39109fcea53 100644 --- a/www/dansguardian-devel/Makefile +++ b/www/dansguardian-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= dansguardian PORTVERSION= 2.12.0.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/dansguardian @@ -13,7 +14,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre USE_RC_SUBR= dansguardian -USES= pkgconfig +USES= iconv pkgconfig USE_BZIP2= yes CONFLICTS= dansguardian-2.10.* @@ -97,8 +98,7 @@ PLIST_SUB+= SCANNERS="@comment " .endif .if ${PORT_OPTIONS:MNTLM} -CONFIGURE_ARGS+= --enable-ntlm ${ICONV_CONFIGURE_BASE} -USES+= iconv +CONFIGURE_ARGS+= --enable-ntlm PLIST_SUB+= NTLMCONF="" .else PLIST_SUB+= NTLMCONF="@comment " |