svn commit: r355340 - head/multimedia/banshee

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 13:31:50 UTC 2014


Author: bapt
Date: Mon May 26 13:31:49 2014
New Revision: 355340
URL: http://svnweb.freebsd.org/changeset/ports/355340
QAT: https://qat.redports.org/buildarchive/r355340/

Log:
  Convert to USES=mono

Modified:
  head/multimedia/banshee/Makefile

Modified: head/multimedia/banshee/Makefile
==============================================================================
--- head/multimedia/banshee/Makefile	Mon May 26 13:29:39 2014	(r355339)
+++ head/multimedia/banshee/Makefile	Mon May 26 13:31:49 2014	(r355340)
@@ -14,8 +14,7 @@ BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSD
 		bash:${PORTSDIR}/shells/bash
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
-LIB_PC_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/mono.pc:${PORTSDIR}/lang/mono \
-		${LOCALBASE}/libdata/pkgconfig/dbus-sharp-glib-1.0.pc:${PORTSDIR}/devel/dbus-sharp-glib \
+LIB_PC_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/dbus-sharp-glib-1.0.pc:${PORTSDIR}/devel/dbus-sharp-glib \
 		${LOCALBASE}/libdata/pkgconfig/taglib-sharp.pc:${PORTSDIR}/audio/taglib-sharp \
 		${LOCALBASE}/libdata/pkgconfig/mono-zeroconf.pc:${PORTSDIR}/net/mono-zeroconf \
 		${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:${PORTSDIR}/devel/mono-addins \
@@ -32,8 +31,7 @@ YOUTUBE_DESC=	Build and/or install the Y
 
 OPTIONS_DEFAULT=BPMDETECT GIO MTP WEBKIT YOUTUBE
 
-USE_XZ=		yes
-USES=		desktop-file-utils gmake pathfix perl5 pkgconfig shared-mime-info
+USES=		desktop-file-utils gmake mono pathfix perl5 pkgconfig shared-mime-info tar:xz
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtksharp20 gnomesharp20
@@ -47,8 +45,6 @@ CONFIGURE_ARGS=	--with-vendor-build-id=F
 
 .include <bsd.port.options.mk>
 
-.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
-
 .if ${PORT_OPTIONS:MNLS}
 USES+=		gettext
 PLIST_SUB+=	NLS=""


More information about the svn-ports-all mailing list