diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-29 18:41:24 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-29 18:41:24 +0800 |
commit | 947814d648e0d58348d2922c946c9f6437112daf (patch) | |
tree | d0df688919caf90ef3152e671d3e93392160a917 /audio/cpp-xmms2 | |
parent | f1438a1f5bd0ab32b437dc4e9d8469e4ec6708e2 (diff) | |
download | freebsd-ports-gnome-947814d648e0d58348d2922c946c9f6437112daf.tar.gz freebsd-ports-gnome-947814d648e0d58348d2922c946c9f6437112daf.tar.zst freebsd-ports-gnome-947814d648e0d58348d2922c946c9f6437112daf.zip |
Convert xmms2 ports to staging.
While here, convert to new LIB_DEPENDS format.
Diffstat (limited to 'audio/cpp-xmms2')
-rw-r--r-- | audio/cpp-xmms2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/cpp-xmms2/Makefile b/audio/cpp-xmms2/Makefile index de63156b155f..00dc3db07f95 100644 --- a/audio/cpp-xmms2/Makefile +++ b/audio/cpp-xmms2/Makefile @@ -8,11 +8,10 @@ PKGNAMEPREFIX= cpp- MAINTAINER= madpilot@FreeBSD.org COMMENT= C++ Bindings for XMMS2 -LIB_DEPENDS+= boost_signals:${PORTSDIR}/devel/boost-libs \ - xmmsclient.6:${PORTSDIR}/audio/xmms2 +LIB_DEPENDS+= libboost_signals.so:${PORTSDIR}/devel/boost-libs \ + libxmmsclient.so:${PORTSDIR}/audio/xmms2 MASTERDIR= ${.CURDIR}/../xmms2 -NO_STAGE= yes USE_LDCONFIG= yes USE_GNOME= glib20 |