1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

While mod_dnssd 0.6 builds with Apache 2.0, it really needs Apache 2.2

to work properly.
This commit is contained in:
Joe Marcus Clarke 2009-02-27 22:28:32 +00:00
parent 7fe87089c9
commit f0494fcaa5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229196

View File

@ -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"