diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-30 11:35:47 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-30 11:35:47 +0000 |
commit | 799e310491e24265f99f73700af13a93c2e06a6e (patch) | |
tree | 4fa81343df338db739b39ef369cc580eb29cd0c7 /audio/gmpc-magnatune/Makefile | |
parent | f76a258560fc6e13c6e81fa0a6b7979827547de5 (diff) | |
download | ports-799e310491e24265f99f73700af13a93c2e06a6e.tar.gz ports-799e310491e24265f99f73700af13a93c2e06a6e.zip |
Notes
Diffstat (limited to 'audio/gmpc-magnatune/Makefile')
-rw-r--r-- | audio/gmpc-magnatune/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/gmpc-magnatune/Makefile b/audio/gmpc-magnatune/Makefile index be7b60fe3fe9..cc3e22de80ec 100644 --- a/audio/gmpc-magnatune/Makefile +++ b/audio/gmpc-magnatune/Makefile @@ -6,10 +6,9 @@ # PORTNAME= gmpc-magnatune -PORTVERSION= 0.15.5.0 -PORTREVISION= 1 +PORTVERSION= 0.16.0 CATEGORIES= audio -MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION:C/\.0$//}/ +MASTER_SITES= http://download.sarine.nl/download/Programs/gmpc/${PORTVERSION}/ MAINTAINER= miwi@FreeBSD.org COMMENT= A Autoplaylist plugin for gmpc @@ -17,7 +16,7 @@ COMMENT= A Autoplaylist plugin for gmpc LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \ curl.4:${PORTSDIR}/ftp/curl BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc -RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc +RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc GNU_CONFIGURE= yes USE_XORG= x11 |