diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
commit | f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d (patch) | |
tree | 384a6fe89b7bf8bffcc478f3462d538eea755790 /audio/cpp-xmms2 | |
parent | Add a not about boost update (diff) |
Chase boost update
Diffstat (limited to 'audio/cpp-xmms2')
-rw-r--r-- | audio/cpp-xmms2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/cpp-xmms2/Makefile b/audio/cpp-xmms2/Makefile index 8fcf8d963618..d4f9c7a2134b 100644 --- a/audio/cpp-xmms2/Makefile +++ b/audio/cpp-xmms2/Makefile @@ -1,14 +1,14 @@ # Created by: Alexander Botero-Lowry <alex@foxybanana.com> # $FreeBSD$ -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio PKGNAMEPREFIX= cpp- MAINTAINER= madpilot@FreeBSD.org COMMENT= C++ Bindings for XMMS2 -LIB_DEPENDS+= boost_signals.4:${PORTSDIR}/devel/boost-libs \ +LIB_DEPENDS+= boost_signals:${PORTSDIR}/devel/boost-libs \ xmmsclient.6:${PORTSDIR}/audio/xmms2 MASTERDIR= ${.CURDIR}/../xmms2 |