aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-26 19:42:12 +0800
committerbapt <bapt@FreeBSD.org>2014-05-26 19:42:12 +0800
commit51e1af738633b3470d3275764404e8470493e045 (patch)
treefa43569667caace249656c6bcd69168f1f9392f9 /audio
parent55e3d8e7ae64b72989efaee9b659c24805d1aefa (diff)
downloadfreebsd-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 'audio')
-rw-r--r--audio/cowbell/Makefile7
-rw-r--r--audio/taglib-sharp/Makefile11
2 files changed, 4 insertions, 14 deletions
diff --git a/audio/cowbell/Makefile b/audio/cowbell/Makefile
index 2791ffc4aca6..84f1636fa074 100644
--- a/audio/cowbell/Makefile
+++ b/audio/cowbell/Makefile
@@ -14,17 +14,14 @@ LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib
BROKEN= No more public distfiles
-USES= gmake pathfix gettext iconv pkgconfig
+USES= gmake mono pathfix gettext iconv pkgconfig
USE_GNOME= gnomeprefix intltool gtksharp20
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -e 's|.so.*"|.so"|g' ${WRKSRC}/cowbell.exe.config
-.include "${PORTSDIR}/lang/mono/bsd.mono.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/audio/taglib-sharp/Makefile b/audio/taglib-sharp/Makefile
index 43baeb47d42d..7b8167309a75 100644
--- a/audio/taglib-sharp/Makefile
+++ b/audio/taglib-sharp/Makefile
@@ -9,19 +9,12 @@ MASTER_SITES= http://download.banshee.fm/${PORTNAME}/${PORTVERSION}/
MAINTAINER= mono@FreeBSD.org
COMMENT= Tagging library for the Mono framework
-LIB_PC_DEPENDS= mono.pc:${PORTSDIR}/lang/mono
-
-BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|}
-RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|}
-
GNU_CONFIGURE= yes
-USES= gmake pathfix pkgconfig
+USES= gmake mono pathfix pkgconfig
PLIST_SUB+= PORTVERSION="${PORTVERSION}" \
VERSIONSUFX="db62eba44689b5b0"
CONFIGURE_ARGS= --disable-docs
-.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>