diff options
author | pav <pav@FreeBSD.org> | 2008-07-08 05:57:58 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-08 05:57:58 +0800 |
commit | a01fe0749aade2c3714d44c68090e9b50324e831 (patch) | |
tree | 7ef0ea19ccedd65a6531802695663a7cd8f1fb47 /audio/py-xmms2 | |
parent | fec5cc833adf5a15c43a2fbfb539905cad2b5f46 (diff) | |
download | freebsd-ports-gnome-a01fe0749aade2c3714d44c68090e9b50324e831.tar.gz freebsd-ports-gnome-a01fe0749aade2c3714d44c68090e9b50324e831.tar.zst freebsd-ports-gnome-a01fe0749aade2c3714d44c68090e9b50324e831.zip |
- Chase xmmsclient shlib bump
Pointy hat to: alexbl
Diffstat (limited to 'audio/py-xmms2')
-rw-r--r-- | audio/py-xmms2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-xmms2/Makefile b/audio/py-xmms2/Makefile index 618742c06c4a..bb3a5c290209 100644 --- a/audio/py-xmms2/Makefile +++ b/audio/py-xmms2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ MAINTAINER= alexbl@FreeBSD.org COMMENT= Python Bindings for XMMS2 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex -LIB_DEPENDS+= xmmsclient.3:${PORTSDIR}/audio/xmms2 +LIB_DEPENDS+= xmmsclient.4:${PORTSDIR}/audio/xmms2 MASTERDIR= ${.CURDIR}/../xmms2 |