diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-02-27 22:28:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-02-27 22:28:32 +0000 |
commit | f0494fcaa58dac97371aa7e83765dc800458e71d (patch) | |
tree | 57a6ba717562c66e55d3e3b925c076d300a3ba12 /www/mod_dnssd | |
parent | 7fe87089c9ab02ab7b2c5443ee8c1b57e2da114f (diff) | |
download | ports-f0494fcaa58dac97371aa7e83765dc800458e71d.tar.gz ports-f0494fcaa58dac97371aa7e83765dc800458e71d.zip |
Notes
Diffstat (limited to 'www/mod_dnssd')
-rw-r--r-- | www/mod_dnssd/Makefile | 3 |
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" |