diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 19:42:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 19:42:12 +0800 |
commit | 51e1af738633b3470d3275764404e8470493e045 (patch) | |
tree | fa43569667caace249656c6bcd69168f1f9392f9 /devel | |
parent | 55e3d8e7ae64b72989efaee9b659c24805d1aefa (diff) | |
download | freebsd-ports-gnome-51e1af738633b3470d3275764404e8470493e045.tar.gz freebsd-ports-gnome-51e1af738633b3470d3275764404e8470493e045.tar.zst freebsd-ports-gnome-51e1af738633b3470d3275764404e8470493e045.zip |
Convert to USES=mono
With hat: portmgr
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dbus-sharp/Makefile | 10 | ||||
-rw-r--r-- | devel/log4net/Makefile | 6 | ||||
-rw-r--r-- | devel/mono-addins/Makefile | 6 |
3 files changed, 5 insertions, 17 deletions
diff --git a/devel/dbus-sharp/Makefile b/devel/dbus-sharp/Makefile index d80809a86f5b..74b4d4ec5ab0 100644 --- a/devel/dbus-sharp/Makefile +++ b/devel/dbus-sharp/Makefile @@ -13,13 +13,10 @@ COMMENT= Mono interface to the D-BUS messaging system LICENSE= MIT -BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono -RUN_DEPENDS= mono:${PORTSDIR}/lang/mono - GNU_CONFIGURE= yes -USES= gmake pathfix pkgconfig +USES= gmake mono pathfix pkgconfig -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> post-patch: .if ${OSVERSION} < 1000044 @@ -33,5 +30,4 @@ post-patch: ${WRKSRC}/src/dbus-sharp.dll.config .endif -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/log4net/Makefile b/devel/log4net/Makefile index 9bc219fff2f6..b07d15bcdbd2 100644 --- a/devel/log4net/Makefile +++ b/devel/log4net/Makefile @@ -12,12 +12,9 @@ DISTNAME= incubating-${PORTNAME}-${PORTVERSION} MAINTAINER= mono@FreeBSD.org COMMENT= Port for .NET of the Apache Logging Services project -BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono -RUN_DEPENDS= mono:${PORTSDIR}/lang/mono - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= zip +USES= mono zip NO_BUILD= yes SUB_FILES= log4net.pc @@ -45,5 +42,4 @@ do-install: @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR} .endif -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include <bsd.port.mk> diff --git a/devel/mono-addins/Makefile b/devel/mono-addins/Makefile index e23c5a372f65..e5996cfc30fb 100644 --- a/devel/mono-addins/Makefile +++ b/devel/mono-addins/Makefile @@ -9,10 +9,7 @@ COMMENT= Mono framework to create extensible applications LICENSE= MIT -LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/mono.pc:${PORTSDIR}/lang/mono - -BUILD_DEPENDS+= ${LIB_PC_DEPENDS} -RUN_DEPENDS+= ${LIB_PC_DEPENDS} +USES= mono USE_GITHUB= yes GH_ACCOUNT= mono @@ -32,7 +29,6 @@ OPTIONS_DEFAULT=GTK2 PLIST_SUB+= VER=1.0.0 .include <bsd.port.pre.mk> -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .if ${PORT_OPTIONS:MGTK2} USE_GNOME+= gtksharp20 |