diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-03-16 11:52:34 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-03-16 11:52:34 +0000 |
commit | b8356a6a85a17833cd96ed7f6cf01e153f3aedf2 (patch) | |
tree | 83dacd29be3848ffc5abf6ac37398dae4fb786cc | |
parent | Upgrade to 1.8.1 (diff) |
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
Notes
Notes:
svn path=/head/; revision=157408
-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 |