diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-29 10:41:24 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-29 10:41:24 +0000 |
commit | 903eef6e32c99e17b9301f4d3b41621a2d96874c (patch) | |
tree | d0df688919caf90ef3152e671d3e93392160a917 /audio/cpp-xmms2 | |
parent | 3a7b16e2b42c10a76d5d8a0df5f460e982f01edb (diff) | |
download | ports-903eef6e32c99e17b9301f4d3b41621a2d96874c.tar.gz ports-903eef6e32c99e17b9301f4d3b41621a2d96874c.zip |
Notes
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 |