diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-12-14 16:25:21 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-12-14 16:25:21 +0000 |
commit | 054ac7ea5014455293b868fbf962996d6beef5e3 (patch) | |
tree | 07bb0ff9643ebd3d1234686814d66bf988752901 /net/avahi-qt4 | |
parent | aea168d84548d96ab45ee9e1825476fba3f40bc9 (diff) | |
download | ports-054ac7ea5014455293b868fbf962996d6beef5e3.tar.gz ports-054ac7ea5014455293b868fbf962996d6beef5e3.zip |
Notes
Diffstat (limited to 'net/avahi-qt4')
-rw-r--r-- | net/avahi-qt4/Makefile | 3 |
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" |