aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 21:29:39 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 21:29:39 +0800
commit650f107d75ff32aa55c36b9b853cc88b738a54dd (patch)
treebe9f8d226e990dc810d19cbe065604501940562c /net
parent49a6294c010d05471f88ca31210aafcd550b3681 (diff)
downloadfreebsd-ports-gnome-650f107d75ff32aa55c36b9b853cc88b738a54dd.tar.gz
freebsd-ports-gnome-650f107d75ff32aa55c36b9b853cc88b738a54dd.tar.zst
freebsd-ports-gnome-650f107d75ff32aa55c36b9b853cc88b738a54dd.zip
Convert to USES=mono
With hat: portmgr
Diffstat (limited to 'net')
-rw-r--r--net/avahi-sharp/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/avahi-sharp/Makefile b/net/avahi-sharp/Makefile
index 0b11458cacd3..d867b5312df4 100644
--- a/net/avahi-sharp/Makefile
+++ b/net/avahi-sharp/Makefile
@@ -9,9 +9,8 @@ MAINTAINER= mono@FreeBSD.org
COMMENT= Mono bindings for Avahi service discovery
LIB_DEPENDS= libavahi-core.so:${PORTSDIR}/net/avahi-app
-BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
-RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
+USES= mono
MASTERDIR= ${.CURDIR}/../avahi-app
BUILD_WRKSRC= ${WRKSRC}/avahi-sharp
INSTALL_WRKSRC= ${BUILD_WRKSRC}
@@ -28,5 +27,4 @@ post-patch:
${BUILD_WRKSRC}/avahi-sharp.dll.config.in
@${CP} ${WRKSRC}/avahi-sharp/avahi-sharp.dll.config.in ${WRKSRC}/avahi-sharp/avahi-sharp.dll.config
-.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include "${MASTERDIR}/Makefile"