diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 17:06:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 17:06:54 +0000 |
commit | eaa7e21591136186e291c5a06d20d0e97d6731c5 (patch) | |
tree | ef9b65d350963346f68649a9dfa10f6c49f8e664 /www/mod_dnssd | |
parent | f369ffa1fd9a680e3db1a5a0158c7b3b480f1601 (diff) | |
download | ports-eaa7e21591136186e291c5a06d20d0e97d6731c5.tar.gz ports-eaa7e21591136186e291c5a06d20d0e97d6731c5.zip |
Notes
Diffstat (limited to 'www/mod_dnssd')
-rw-r--r-- | www/mod_dnssd/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/mod_dnssd/Makefile b/www/mod_dnssd/Makefile index be2e621cab2b..d628553a6f71 100644 --- a/www/mod_dnssd/Makefile +++ b/www/mod_dnssd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mod_dnssd -# Date created: 27 February 2009 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mod_dnssd PORTVERSION= 0.6 @@ -17,8 +13,7 @@ COMMENT= An Apache module that provides DNS-SD capabilities LIB_DEPENDS= avahi-client.3:${PORTSDIR}/net/avahi-app - -USE_GMAKE= yes +USES= gmake pkgconfig USE_APACHE= 22 GNU_CONFIGURE= yes CONFIGURE_ENV= APR_CFLAGS="`${LOCALBASE}/bin/apr-1-config --cflags --cppflags --includes`" \ |