aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-26 21:29:39 +0800
committerbapt <bapt@FreeBSD.org>2014-05-26 21:29:39 +0800
commite9ffcb6199d6b799b3b4baea46528ca1ca75262d (patch)
treebe9f8d226e990dc810d19cbe065604501940562c /net
parent405b02dc4206b22dd4af00135f5ab7c074ac811d (diff)
downloadfreebsd-ports-gnome-e9ffcb6199d6b799b3b4baea46528ca1ca75262d.tar.gz
freebsd-ports-gnome-e9ffcb6199d6b799b3b4baea46528ca1ca75262d.tar.zst
freebsd-ports-gnome-e9ffcb6199d6b799b3b4baea46528ca1ca75262d.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"