diff options
Diffstat (limited to 'audio/audacious-dumb/Makefile')
-rw-r--r-- | audio/audacious-dumb/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/audacious-dumb/Makefile b/audio/audacious-dumb/Makefile index a21f16cc9962..1064d5d718f0 100644 --- a/audio/audacious-dumb/Makefile +++ b/audio/audacious-dumb/Makefile @@ -6,8 +6,7 @@ # PORTNAME= audacious-dumb -PORTVERSION= 0.64 -PORTREVISION= 1 +PORTVERSION= 0.65 CATEGORIES= audio MASTER_SITES= http://www.netswarm.net/misc/ \ CRITICAL @@ -15,8 +14,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= audacious2:${PORTSDIR}/multimedia/audacious -BUILD_DEPENDS= audacious2:${PORTSDIR}/multimedia/audacious \ +RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious +BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious \ ${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb USE_GMAKE= yes |