diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-01-26 15:38:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-01-26 15:38:49 +0000 |
commit | 259378c3c418a0ecf07a90941efb5c2fa635bace (patch) | |
tree | cdecb34356e65de4e973d4d9ec2f8dc4933614f7 /audio/gmpc-magnatune/Makefile | |
parent | 80f7a22da8f9719386e70d26fdc5696e314f7093 (diff) | |
download | ports-259378c3c418a0ecf07a90941efb5c2fa635bace.tar.gz ports-259378c3c418a0ecf07a90941efb5c2fa635bace.zip |
Notes
Diffstat (limited to 'audio/gmpc-magnatune/Makefile')
-rw-r--r-- | audio/gmpc-magnatune/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/audio/gmpc-magnatune/Makefile b/audio/gmpc-magnatune/Makefile index b841dab4477a..b44c26368e9e 100644 --- a/audio/gmpc-magnatune/Makefile +++ b/audio/gmpc-magnatune/Makefile @@ -6,25 +6,22 @@ # PORTNAME= gmpc-magnatune -PORTVERSION= 0.19.0 -PORTREVISION= 3 +PORTVERSION= 0.20.0 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ http://freebsd.unixfreunde.de/sources/ MAINTAINER= miwi@FreeBSD.org -COMMENT= A Autoplaylist plugin for gmpc +COMMENT= The Magnatune plugin let's you preview music from Magnatune -LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \ - curl.6:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd \ sqlite3:${PORTSDIR}/databases/sqlite3 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc GNU_CONFIGURE= yes -USE_XORG= x11 USE_GMAKE= yes -USE_GNOME= gnomehack intltool -USE_LDCONFIG= yes +USE_GNOME= pkgconfig intltool glib20 gtk20 libglade2 +USE_GETTEXT= yes .include <bsd.port.mk> |