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 /net-p2p | |
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 'net-p2p')
-rw-r--r-- | net-p2p/rtgui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/rtgui/Makefile b/net-p2p/rtgui/Makefile index 5f9f17590ab5..162965ef77f6 100644 --- a/net-p2p/rtgui/Makefile +++ b/net-p2p/rtgui/Makefile @@ -7,7 +7,7 @@ PORTNAME= rtgui PORTVERSION= 0.2.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} EXTRACT_SUFX= .tgz @@ -23,7 +23,7 @@ BUILD_DEPENDS+= xmlrpc-c-config:${PORTSDIR}/net/xmlrpc-c .include <bsd.port.pre.mk> .if !defined(WITHOUT_APACHE) -USE_APACHE= 1.3+ +USE_APACHE= 13+ BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_scgi.so:${PORTSDIR}/www/mod_scgi .elif defined(WITH_LIGHTTPD) RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd |