diff options
author | ahze <ahze@FreeBSD.org> | 2007-10-27 22:18:25 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-10-27 22:18:25 +0800 |
commit | 5b42ccf73513a1405df8ba9334eeef207a523a12 (patch) | |
tree | fec0338537b03b5ec430cfd5467c07f4e0dc273d /net/avahi-libdns | |
parent | e94a194f4641435dd49b7b4f5383780e8dd14c0d (diff) | |
download | freebsd-ports-gnome-5b42ccf73513a1405df8ba9334eeef207a523a12.tar.gz freebsd-ports-gnome-5b42ccf73513a1405df8ba9334eeef207a523a12.tar.zst freebsd-ports-gnome-5b42ccf73513a1405df8ba9334eeef207a523a12.zip |
depend on avahi-app instead of avahi
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 |