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/formication | |
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/formication')
-rw-r--r-- | www/formication/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/formication/Makefile b/www/formication/Makefile index ff79b1d2ef5d..3803e9827aff 100644 --- a/www/formication/Makefile +++ b/www/formication/Makefile @@ -7,7 +7,7 @@ PORTNAME= formication PORTVERSION= 1.0.b1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.ranner.eu/stuff/ \ http://home.bluelife.at/ports/distfiles/ @@ -15,7 +15,7 @@ MASTER_SITES= http://www.ranner.eu/stuff/ \ MAINTAINER= michael@ranner.eu COMMENT= Formular processing tool written in perl -USE_APACHE= 1.3+ +USE_APACHE= 13+ USE_PERL5_RUN= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} |