diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-08-21 01:27:52 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-08-21 01:27:52 +0800 |
commit | bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66 (patch) | |
tree | 0568d65daffcf341d48d7a3227af1e668328225a /www/dansguardian | |
parent | d556b7fc223f0d881ea168a584545ca3278e9756 (diff) | |
download | freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.tar.gz freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.tar.zst freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.zip |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Diffstat (limited to 'www/dansguardian')
-rw-r--r-- | www/dansguardian/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/dansguardian/Makefile b/www/dansguardian/Makefile index b654b6c14e78..8db11c254daa 100644 --- a/www/dansguardian/Makefile +++ b/www/dansguardian/Makefile @@ -7,6 +7,7 @@ PORTNAME= dansguardian PORTVERSION= 2.10.1.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= # empty, see below @@ -49,7 +50,7 @@ RESTRICTED= Redistribution and commercial download is restricted. Check ${DG_UR .include <bsd.port.pre.mk> .if !defined(WITHOUT_APACHE) -USE_APACHE= 1.3+ +USE_APACHE= 13+ .endif .if !defined(WITHOUT_TRICKLE) |