diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-02-28 00:38:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-02-28 00:38:11 +0000 |
commit | d2b84243113ec1c14296e79aec79e915eb053057 (patch) | |
tree | 83679910cab7e879173141801b5ee8300c5f4a3a /www/mod_dnssd | |
parent | 4452e21dbe81ef74dcbf63fec002991d55e777d1 (diff) | |
download | ports-d2b84243113ec1c14296e79aec79e915eb053057.tar.gz ports-d2b84243113ec1c14296e79aec79e915eb053057.zip |
Add a missing dependency on apr.
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=229199
Diffstat (limited to 'www/mod_dnssd')
-rw-r--r-- | www/mod_dnssd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_dnssd/Makefile b/www/mod_dnssd/Makefile index 0ffa8860c5b4..6e081d97a27f 100644 --- a/www/mod_dnssd/Makefile +++ b/www/mod_dnssd/Makefile @@ -7,14 +7,15 @@ PORTNAME= mod_dnssd PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://0pointer.de/lennart/projects/mod_dnssd/ MAINTAINER= gnome@FreeBSD.org COMMENT= An Apache module that provides DNS-SD capabilities -LIB_DEPENDS= avahi-client.3:${PORTSDIR}/net/avahi-app +LIB_DEPENDS= avahi-client.3:${PORTSDIR}/net/avahi-app \ + apr-1.3:${PORTSDIR}/devel/apr USE_GMAKE= yes USE_APACHE= 2.2+ |