diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-07 21:57:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-07 21:57:58 +0000 |
commit | ed53e9f09a263524067ab6147a9e0bd2c573eb37 (patch) | |
tree | 8495f22e19d5fc4a39a72c3eca33b74681a95cd0 /audio/ruby-xmms2 | |
parent | c6b2bd706c70739b29c5a21aa09cda9c367dd0c1 (diff) | |
download | ports-ed53e9f09a263524067ab6147a9e0bd2c573eb37.tar.gz ports-ed53e9f09a263524067ab6147a9e0bd2c573eb37.zip |
Notes
Diffstat (limited to 'audio/ruby-xmms2')
-rw-r--r-- | audio/ruby-xmms2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ruby-xmms2/Makefile b/audio/ruby-xmms2/Makefile index f200cfc3d9e8..a137f3823318 100644 --- a/audio/ruby-xmms2/Makefile +++ b/audio/ruby-xmms2/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio ruby PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} MAINTAINER= alexbl@FreeBSD.org COMMENT= Ruby Bindings for XMMS2 -LIB_DEPENDS+= xmmsclient.3:${PORTSDIR}/audio/xmms2 +LIB_DEPENDS+= xmmsclient.4:${PORTSDIR}/audio/xmms2 MASTERDIR= ${.CURDIR}/../xmms2 |