- Fix LIB_DEPENDS
- while here, add stage support
This commit is contained in:
parent
11df4e8f05
commit
8d08190886
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341280
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user