[Midnightbsd-cvs] mports [17200] trunk/audio/gnome-media/Makefile: update depends list

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 14 22:55:00 EDT 2014


Revision: 17200
          http://svnweb.midnightbsd.org/mports/?rev=17200
Author:   laffer1
Date:     2014-09-14 22:54:59 -0400 (Sun, 14 Sep 2014)
Log Message:
-----------
update depends list

Modified Paths:
--------------
    trunk/audio/gnome-media/Makefile

Modified: trunk/audio/gnome-media/Makefile
===================================================================
--- trunk/audio/gnome-media/Makefile	2014-09-15 02:53:48 UTC (rev 17199)
+++ trunk/audio/gnome-media/Makefile	2014-09-15 02:54:59 UTC (rev 17200)
@@ -13,15 +13,16 @@
 LICENSE=	gpl2
 
 BUILD_DEPENDS=	xml2po:${PORTSDIR}/textproc/gnome-doc-utils
-LIB_DEPENDS=	canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
-		unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
+LIB_DEPENDS=	libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \
+		libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
 
-NO_STAGE=	yes
+CONFLICTS=	gnome-control-center-3.[0-9]* libgnome-media-profiles-3.[0-9]*
+
 INSTALLS_OMF=	yes
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		pathfix gettext gmake pkgconfig tar:bzip2
+USES=		gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
 USE_GNOME=	gnomeprefix intlhack gtk20 libxml2 gconf2
 USE_GSTREAMER=	gconf good
 CONFIGURE_ARGS=	--disable-gstmix
@@ -37,7 +38,7 @@
 .include <bsd.mport.options.mk>
 
 .if ${PORT_OPTIONS:MPULSEAUDIO}
-LIB_DEPENDS+=	pulse:${PORTSDIR}/audio/pulseaudio
+LIB_DEPENDS+=	libpulse.so:${PORTSDIR}/audio/pulseaudio
 CONFIGURE_ARGS+=--enable-pulseaudio
 PLIST_SUB+=	PULSE=""
 .else



More information about the Midnightbsd-cvs mailing list