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/mod_mono | |
parent | d556b7fc223f0d881ea168a584545ca3278e9756 (diff) | |
download | freebsd-ports-graphics-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.tar.gz freebsd-ports-graphics-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.tar.zst freebsd-ports-graphics-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.zip |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Diffstat (limited to 'www/mod_mono')
-rw-r--r-- | www/mod_mono/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_mono/Makefile b/www/mod_mono/Makefile index 0bc998b8f4f..53ec0b3209b 100644 --- a/www/mod_mono/Makefile +++ b/www/mod_mono/Makefile @@ -8,6 +8,7 @@ PORTNAME= mod_mono PORTVERSION= 2.10 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -20,7 +21,7 @@ BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \ RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \ xsp:${PORTSDIR}/www/xsp -USE_APACHE= 2.0+ +USE_APACHE= 20+ USE_BZIP2= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --man=${PREFIX}/man |