diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
commit | 7a0bd317631d50743f0a374e87553b67823ce01b (patch) | |
tree | a6a20687ac7deead25a53b4c03118c3a00060775 /www/p5-Apache-Gallery | |
parent | b71961a9ea66185112d102c2715655e63422305e (diff) |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Notes
Notes:
svn path=/head/; revision=280086
Diffstat (limited to 'www/p5-Apache-Gallery')
-rw-r--r-- | www/p5-Apache-Gallery/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index 481772ecc8e4..e3e6bc304233 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -7,7 +7,7 @@ PORTNAME= Apache-Gallery PORTVERSION= 1.0.2 -PORTEPOCH= 2 +PORTEPOCH= 3 CATEGORIES= www perl5 MASTER_SITES= http://apachegallery.dk/download/ \ CPAN @@ -26,7 +26,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} LICENSE= ART10 PERL_CONFIGURE= yes -USE_APACHE= 1.3+ +USE_APACHE= 13+ .include <bsd.port.pre.mk> .if ${APACHE_VERSION} == 13 |