diff options
author | Simon Barner <barner@FreeBSD.org> | 2007-07-04 15:10:58 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2007-07-04 15:10:58 +0000 |
commit | ff9f11c4da9aae59f797f0053b0bfa2caecbe80c (patch) | |
tree | 95c82da5e0c2ef6e4930cb125fed9a39eec8051c /audio/cpp-xmms2 | |
parent | 3bbfbacaf2154bc613e5f863c01b8de6e18c7110 (diff) |
- Bump boost shared library version to 4
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=194915
Diffstat (limited to 'audio/cpp-xmms2')
-rw-r--r-- | audio/cpp-xmms2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/cpp-xmms2/Makefile b/audio/cpp-xmms2/Makefile index e2109b21ff9d..895da38e2384 100644 --- a/audio/cpp-xmms2/Makefile +++ b/audio/cpp-xmms2/Makefile @@ -5,14 +5,15 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= audio PKGNAMEPREFIX= cpp- MAINTAINER= alexbl@FreeBSD.org COMMENT= C++ Bindings for XMMS2 -LIB_DEPENDS+= boost_signals.3:${PORTSDIR}/devel/boost \ - xmmsclient.2:${PORTSDIR}/audio/xmms2 +LIB_DEPENDS+= boost_signals.4:${PORTSDIR}/devel/boost \ + xmmsclient.2:${PORTSDIR}/audio/xmms2 MASTERDIR= ${.CURDIR}/../xmms2 USE_LDCONFIG= yes |