diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-10-27 14:18:25 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-10-27 14:18:25 +0000 |
commit | 3ae1eb80c84ca0a5081110826e3f5e87c61e8404 (patch) | |
tree | bfc35f8dcc3ccc77b80feaf9b2dc04302c24fb5b /net/avahi-libdns | |
parent | b968fb6dafb5f264911c5ae08e3d808c8e41ff2d (diff) |
depend on avahi-app instead of avahi
Notes
Notes:
svn path=/head/; revision=202135
Diffstat (limited to 'net/avahi-libdns')
-rw-r--r-- | net/avahi-libdns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/avahi-libdns/Makefile b/net/avahi-libdns/Makefile index 249f9287a994..17dc77c81dab 100644 --- a/net/avahi-libdns/Makefile +++ b/net/avahi-libdns/Makefile @@ -12,7 +12,7 @@ PKGNAMESUFFIX= -libdns MAINTAINER= gnome@FreeBSD.org COMMENT= mDNSResponder compatibility from Avahi -LIB_DEPENDS= avahi-common.3:${PORTSDIR}/net/avahi +LIB_DEPENDS= avahi-common.3:${PORTSDIR}/net/avahi-app MASTERDIR= ${.CURDIR}/../avahi-app BUILD_WRKSRC= ${WRKSRC}/avahi-compat-libdns_sd |