diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2008-01-03 12:23:37 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2008-01-03 12:23:37 +0000 |
commit | b314f34f79877582318f39e659c6936c7cac8ab5 (patch) | |
tree | 67e7b490a879d284b46e10fb037ec6a49691fed9 | |
parent | - Update to 1.4.14. (diff) |
Fix dependency list.
PR: ports/119029
Submitted by: Dima Panov
Notes
Notes:
svn path=/head/; revision=204908
-rw-r--r-- | dns/nss_mdns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/nss_mdns/Makefile b/dns/nss_mdns/Makefile index 6a1d2d5bd048..a71d594b7f8f 100644 --- a/dns/nss_mdns/Makefile +++ b/dns/nss_mdns/Makefile @@ -7,7 +7,7 @@ PORTNAME= nss_mdns PORTVERSION= 0.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns ipv6 MASTER_SITES= http://0pointer.de/lennart/projects/nss-mdns/ DISTNAME= nss-mdns-${PORTVERSION} @@ -19,7 +19,7 @@ USE_AUTOTOOLS= autoconf:261 automake:19 libtool:15 USE_GMAKE= yes USE_LDCONFIG= yes -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi +LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app OPTIONS= \ SEARCH_DOMAINS "Honour search domains in resolv.conf" Off |