diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-05-21 07:47:01 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-05-21 07:47:01 +0000 |
commit | 3b298f63e2a0b108163eb40bef94a92cf61c01f8 (patch) | |
tree | cfb37372049a1519d3675c6afcf307f2e53afaea /audio/audacious-dumb | |
parent | 57ba50801d1f3def96bd6f0a4a8fe3c7f7e704b9 (diff) |
update audacious to 2.0.1
bump portrevision on dependant ports
Notes
Notes:
svn path=/head/; revision=234318
Diffstat (limited to 'audio/audacious-dumb')
-rw-r--r-- | audio/audacious-dumb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/audacious-dumb/Makefile b/audio/audacious-dumb/Makefile index 3b9b75a9beb1..acd555b7e979 100644 --- a/audio/audacious-dumb/Makefile +++ b/audio/audacious-dumb/Makefile @@ -7,7 +7,7 @@ PORTNAME= audacious-dumb PORTVERSION= 0.57 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.netswarm.net/misc/ \ CRITICAL @@ -15,8 +15,8 @@ MASTER_SITES= http://www.netswarm.net/misc/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Audacious plugin that support the IT, XM, S3M or MOD formats -RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious -BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious \ +RUN_DEPENDS= audacious2:${PORTSDIR}/multimedia/audacious +BUILD_DEPENDS= audacious2:${PORTSDIR}/multimedia/audacious \ ${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb USE_GMAKE= yes |