aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-02-28 06:28:32 +0800
committermarcus <marcus@FreeBSD.org>2009-02-28 06:28:32 +0800
commit423f9af82555dc847675e0a29ae2a1dd5fe5948f (patch)
tree92ef05286b22d7373f0604833a265a98b6aa7802 /www
parentc2b48ac4f12b9f28d4ceecfca886f355df231b2a (diff)
downloadfreebsd-ports-gnome-423f9af82555dc847675e0a29ae2a1dd5fe5948f.tar.gz
freebsd-ports-gnome-423f9af82555dc847675e0a29ae2a1dd5fe5948f.tar.zst
freebsd-ports-gnome-423f9af82555dc847675e0a29ae2a1dd5fe5948f.zip
While mod_dnssd 0.6 builds with Apache 2.0, it really needs Apache 2.2
to work properly.
Diffstat (limited to 'www')
-rw-r--r--www/mod_dnssd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_dnssd/Makefile b/www/mod_dnssd/Makefile
index a3a890947bce..0ffa8860c5b4 100644
--- a/www/mod_dnssd/Makefile
+++ b/www/mod_dnssd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mod_dnssd
PORTVERSION= 0.6
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://0pointer.de/lennart/projects/mod_dnssd/
@@ -16,7 +17,7 @@ COMMENT= An Apache module that provides DNS-SD capabilities
LIB_DEPENDS= avahi-client.3:${PORTSDIR}/net/avahi-app
USE_GMAKE= yes
-USE_APACHE= 2.0+
+USE_APACHE= 2.2+
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"