summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-10-27 14:18:25 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-10-27 14:18:25 +0000
commit3ae1eb80c84ca0a5081110826e3f5e87c61e8404 (patch)
treebfc35f8dcc3ccc77b80feaf9b2dc04302c24fb5b /net
parentDepend on avahi-app not avahi (diff)
depend on avahi-app instead of avahi
Notes
Notes: svn path=/head/; revision=202135
Diffstat (limited to 'net')
-rw-r--r--net/avahi-gtk/Makefile2
-rw-r--r--net/avahi-libdns/Makefile2
-rw-r--r--net/avahi-qt3/Makefile2
-rw-r--r--net/avahi-qt4/Makefile2
-rw-r--r--net/avahi-sharp/Makefile2
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