svn commit: r341280 - head/audio/gnomoradio

Antoine Brodin antoine at FreeBSD.org
Sun Jan 26 20:37:06 UTC 2014


Author: antoine
Date: Sun Jan 26 20:37:06 2014
New Revision: 341280
URL: http://svnweb.freebsd.org/changeset/ports/341280
QAT: https://qat.redports.org/buildarchive/r341280/

Log:
  - Fix LIB_DEPENDS
  - while here, add stage support

Modified:
  head/audio/gnomoradio/Makefile

Modified: head/audio/gnomoradio/Makefile
==============================================================================
--- head/audio/gnomoradio/Makefile	Sun Jan 26 20:29:57 2014	(r341279)
+++ head/audio/gnomoradio/Makefile	Sun Jan 26 20:37:06 2014	(r341280)
@@ -9,17 +9,16 @@ MASTER_SITES=		${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=		gahr at FreeBSD.org
-COMMENT=		A program for finding and playing free music from the Internet
+COMMENT=		Program for finding and playing free music from the Internet
 
-LIB_DEPENDS=		libssigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \
-			libsgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \
-			libsgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 \
-			libsxml\\+\\+-2.6.so:${PORTSDIR}/textproc/libxml++26 \
-			libsvorbis.so:${PORTSDIR}/audio/libvorbis \
-			libsao.so:${PORTSDIR}/audio/libao
+LIB_DEPENDS=		libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \
+			libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \
+			libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 \
+			libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \
+			libvorbis.so:${PORTSDIR}/audio/libvorbis \
+			libao.so:${PORTSDIR}/audio/libao
 
 USES=			pathfix pkgconfig
-NO_STAGE=	yes
 USE_GNOME=		gnomeprefix
 USE_AUTOTOOLS=		libtool
 USE_LDCONFIG=		yes


More information about the svn-ports-all mailing list