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/mod_auth_openid | |
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/mod_auth_openid')
-rw-r--r-- | www/mod_auth_openid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_auth_openid/Makefile b/www/mod_auth_openid/Makefile index d0d359c871b1..8a655367922a 100644 --- a/www/mod_auth_openid/Makefile +++ b/www/mod_auth_openid/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_auth_openid PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://butterfat.net/releases/mod_auth_openid/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -21,7 +22,7 @@ MAKE_JOBS_SAFE= yes PLIST_FILES= ${APACHEMODDIR}/mod_auth_openid.so -USE_APACHE= 2.0+ +USE_APACHE= 20+ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pcre=${LOCALBASE} |