From 8d08190886bf364ea4c72dfcb95da010ea278c04 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 26 Jan 2014 20:37:06 +0000 Subject: [PATCH] - Fix LIB_DEPENDS - while here, add stage support --- audio/gnomoradio/Makefile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/audio/gnomoradio/Makefile b/audio/gnomoradio/Makefile index 6f1198074d1e..818b7301cc96 100644 --- a/audio/gnomoradio/Makefile +++ b/audio/gnomoradio/Makefile @@ -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