diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-26 20:37:06 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-26 20:37:06 +0000 |
commit | 8d08190886bf364ea4c72dfcb95da010ea278c04 (patch) | |
tree | 223b5e609e755f60f0990ffe5958b2542e4c8863 /audio/gnomoradio | |
parent | 11df4e8f057840afb1d5c0f0cdd673718cb1b623 (diff) | |
download | ports-8d08190886bf364ea4c72dfcb95da010ea278c04.tar.gz ports-8d08190886bf364ea4c72dfcb95da010ea278c04.zip |
Notes
Diffstat (limited to 'audio/gnomoradio')
-rw-r--r-- | audio/gnomoradio/Makefile | 15 |
1 files 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 |