diff options
Diffstat (limited to 'net/avahi-qt4/Makefile')
-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" |