diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-03-16 19:52:34 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-03-16 19:52:34 +0800 |
commit | d7db0d171abf88902068e024903e1e664c29a37a (patch) | |
tree | f9473e4dfd49064b62d19814e8f7cb9fe30074f9 /audio/gxmms2 | |
parent | d5927ac0a6f50c2d8d3537080f10a0d5a6acc26d (diff) | |
download | freebsd-ports-gnome-d7db0d171abf88902068e024903e1e664c29a37a.tar.gz freebsd-ports-gnome-d7db0d171abf88902068e024903e1e664c29a37a.tar.zst freebsd-ports-gnome-d7db0d171abf88902068e024903e1e664c29a37a.zip |
Remove RUN_DEPENDS, xmms2 is a reference implementation client which is not
needed for other clients to run. Bump PORTREVISION.
Notified by: maintainer (irc)
Approved by: maintainer
Diffstat (limited to 'audio/gxmms2')
-rw-r--r-- | audio/gxmms2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gxmms2/Makefile b/audio/gxmms2/Makefile index cfe3d789d4cd..e2c6f8d66ca1 100644 --- a/audio/gxmms2/Makefile +++ b/audio/gxmms2/Makefile @@ -7,13 +7,13 @@ PORTNAME= gxmms2 PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://wejp.mooo.com/wejp/xmms2/ MAINTAINER= alex@foxybanana.com COMMENT= A GTK2 based XMMS2 client, written in C -RUN_DEPENDS= ${LOCALBASE}/bin/xmms2:${PORTSDIR}/audio/xmms2 BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2 USE_X_PREFIX= yes |