From f0494fcaa58dac97371aa7e83765dc800458e71d Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 27 Feb 2009 22:28:32 +0000 Subject: While mod_dnssd 0.6 builds with Apache 2.0, it really needs Apache 2.2 to work properly. --- www/mod_dnssd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/mod_dnssd') 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" -- cgit v1.2.3