Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 20:37:06 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341280 - head/audio/gnomoradio
Message-ID:  <201401262037.s0QKb64V021019@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401262037.s0QKb64V021019>