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 | |
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
-rw-r--r-- | net/avahi-gtk/Makefile | 2 | ||||
-rw-r--r-- | net/avahi-libdns/Makefile | 2 | ||||
-rw-r--r-- | net/avahi-qt3/Makefile | 2 | ||||
-rw-r--r-- | net/avahi-qt4/Makefile | 2 | ||||
-rw-r--r-- | net/avahi-sharp/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net/avahi-gtk/Makefile b/net/avahi-gtk/Makefile index e98f44128756..4673e5d9195c 100644 --- a/net/avahi-gtk/Makefile +++ b/net/avahi-gtk/Makefile @@ -12,7 +12,7 @@ PKGNAMESUFFIX= -gtk MAINTAINER= gnome@FreeBSD.org COMMENT= Gtk+ tools and bindings to the Avahi mDNS system -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-ui 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 diff --git a/net/avahi-qt3/Makefile b/net/avahi-qt3/Makefile index 5c9e18ca6bd6..22a224905606 100644 --- a/net/avahi-qt3/Makefile +++ b/net/avahi-qt3/Makefile @@ -12,7 +12,7 @@ PKGNAMESUFFIX= -qt3 MAINTAINER= gnome@FreeBSD.org COMMENT= Qt 3 bindings to the Avahi mDNS system -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-qt diff --git a/net/avahi-qt4/Makefile b/net/avahi-qt4/Makefile index e11d313c11cb..5b212fe74b21 100644 --- a/net/avahi-qt4/Makefile +++ b/net/avahi-qt4/Makefile @@ -12,7 +12,7 @@ PKGNAMESUFFIX= -qt4 MAINTAINER= gnome@FreeBSD.org COMMENT= Qt 4 bindings to the Avahi mDNS system -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-qt diff --git a/net/avahi-sharp/Makefile b/net/avahi-sharp/Makefile index f4d9e8ea48ff..d1515a3a73b7 100644 --- a/net/avahi-sharp/Makefile +++ b/net/avahi-sharp/Makefile @@ -13,7 +13,7 @@ PKGNAMESUFFIX= -sharp MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= Mono bindings for Avahi service discovery -LIB_DEPENDS= avahi-core:${PORTSDIR}/net/avahi +LIB_DEPENDS= avahi-core:${PORTSDIR}/net/avahi-app BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono RUN_DEPENDS= mono:${PORTSDIR}/lang/mono |