aboutsummaryrefslogtreecommitdiff
path: root/net/avahi-sharp
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-12-14 16:25:21 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-12-14 16:25:21 +0000
commit054ac7ea5014455293b868fbf962996d6beef5e3 (patch)
tree07bb0ff9643ebd3d1234686814d66bf988752901 /net/avahi-sharp
parentaea168d84548d96ab45ee9e1825476fba3f40bc9 (diff)
downloadports-054ac7ea5014455293b868fbf962996d6beef5e3.tar.gz
ports-054ac7ea5014455293b868fbf962996d6beef5e3.zip
Update to new lib_depends syntax, stageify,
Unbreak py-avahi and allow avahi-gtk3 to build with gtk+ 3.10.
Notes
Notes: svn path=/head/; revision=336457
Diffstat (limited to 'net/avahi-sharp')
-rw-r--r--net/avahi-sharp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/avahi-sharp/Makefile b/net/avahi-sharp/Makefile
index c60092ac63c4..0b11458cacd3 100644
--- a/net/avahi-sharp/Makefile
+++ b/net/avahi-sharp/Makefile
@@ -8,7 +8,7 @@ PKGNAMESUFFIX= -sharp
MAINTAINER= mono@FreeBSD.org
COMMENT= Mono bindings for Avahi service discovery
-LIB_DEPENDS= avahi-core:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS= libavahi-core.so:${PORTSDIR}/net/avahi-app
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
@@ -21,7 +21,6 @@ PLIST= ${.CURDIR}/pkg-plist
AVAHI_SLAVE= sharp
AVAHI_PKGCONFIG=avahi-sharp.pc
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} 's|@CLIENT_DLNAME@|libavahi-client.so|g; \
s|@COMMON_DLNAME@|libavahi-common.so|g; \