aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cpp-xmms2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/cpp-xmms2/Makefile')
-rw-r--r--audio/cpp-xmms2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/cpp-xmms2/Makefile b/audio/cpp-xmms2/Makefile
index 4520ac2e6d1d..0ffff50ca2ff 100644
--- a/audio/cpp-xmms2/Makefile
+++ b/audio/cpp-xmms2/Makefile
@@ -1,15 +1,15 @@
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= audio
PKGNAMEPREFIX= cpp-
MAINTAINER= madpilot@FreeBSD.org
COMMENT= C++ Bindings for XMMS2
-LIB_DEPENDS+= libboost_signals.so:devel/boost-libs \
- libxmmsclient.so:audio/xmms2
+BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:devel/boost-libs
+LIB_DEPENDS= libxmmsclient.so:audio/xmms2
MASTERDIR= ${.CURDIR}/../xmms2
USES= ssl