aboutsummaryrefslogtreecommitdiff
path: root/www/mod_dnssd
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-02-27 22:28:32 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-02-27 22:28:32 +0000
commitf0494fcaa58dac97371aa7e83765dc800458e71d (patch)
tree57a6ba717562c66e55d3e3b925c076d300a3ba12 /www/mod_dnssd
parent7fe87089c9ab02ab7b2c5443ee8c1b57e2da114f (diff)
downloadports-f0494fcaa58dac97371aa7e83765dc800458e71d.tar.gz
ports-f0494fcaa58dac97371aa7e83765dc800458e71d.zip
While mod_dnssd 0.6 builds with Apache 2.0, it really needs Apache 2.2
to work properly.
Notes
Notes: svn path=/head/; revision=229196
Diffstat (limited to 'www/mod_dnssd')
-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"