diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-03-09 20:36:58 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-03-09 20:36:58 +0000 |
commit | 31a61044720ae9a8c0e79a359f0b231bd5f6c3f1 (patch) | |
tree | 802dcac0a435d6e18243e37d429664dcf5c24b3d /www/dansguardian/Makefile | |
parent | 02602525de8960f31f6c919c67923b6957cdb443 (diff) |
Notes
Diffstat (limited to 'www/dansguardian/Makefile')
-rw-r--r-- | www/dansguardian/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/dansguardian/Makefile b/www/dansguardian/Makefile index b4c3cdd1cb6a..dc5ca4b6f731 100644 --- a/www/dansguardian/Makefile +++ b/www/dansguardian/Makefile @@ -7,7 +7,7 @@ PORTNAME= dansguardian PORTVERSION= 2.6.1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= # empty, see below DISTNAME= DansGuardian-${PORTVERSION:R}-${PORTVERSION:E}.source @@ -19,6 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid:install \ ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT}:install CONFLICTS= dansguardian* +LATEST_LINK= dansguardian WRKSRC= ${WRKDIR}/DansGuardian-${PORTVERSION:R} GNU_CONFIGURE= yes @@ -31,6 +32,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --cgidir=/www/cgi-bin/ \ --piddir=/var/run/ +OPTIONS= WITH_GCC3 "Compile using GCC 3.x." off + DG_URL= http://dansguardian.org/index.php?page=copyright2 MAN8= dansguardian.8 |