aboutsummaryrefslogtreecommitdiffstats
path: root/net/avahi-qt4
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2013-12-15 00:25:21 +0800
committerkwm <kwm@FreeBSD.org>2013-12-15 00:25:21 +0800
commit2088a24d68151e9b6b442c8d77b67c3f1d26ce47 (patch)
tree07bb0ff9643ebd3d1234686814d66bf988752901 /net/avahi-qt4
parent6dcac13948cbb3c8617ff72e5debee4e18f9ddd6 (diff)
downloadfreebsd-ports-gnome-2088a24d68151e9b6b442c8d77b67c3f1d26ce47.tar.gz
freebsd-ports-gnome-2088a24d68151e9b6b442c8d77b67c3f1d26ce47.tar.zst
freebsd-ports-gnome-2088a24d68151e9b6b442c8d77b67c3f1d26ce47.zip
Update to new lib_depends syntax, stageify,
Unbreak py-avahi and allow avahi-gtk3 to build with gtk+ 3.10.
Diffstat (limited to 'net/avahi-qt4')
-rw-r--r--net/avahi-qt4/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/avahi-qt4/Makefile b/net/avahi-qt4/Makefile
index d73228a621af..f3576a54dab2 100644
--- a/net/avahi-qt4/Makefile
+++ b/net/avahi-qt4/Makefile
@@ -8,7 +8,7 @@ PKGNAMESUFFIX= -qt4
MAINTAINER= gnome@FreeBSD.org
COMMENT= Qt 4 bindings to the Avahi mDNS system
-LIB_DEPENDS= avahi-common:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS= libavahi-common.so:${PORTSDIR}/net/avahi-app
MASTERDIR= ${.CURDIR}/../avahi-app
BUILD_WRKSRC= ${WRKSRC}/avahi-qt
@@ -20,5 +20,4 @@ AVAHI_SLAVE= qt4
USE_QT4= corelib moc_build
AVAHI_PKGCONFIG= avahi-qt4.pc
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"