diff options
Diffstat (limited to 'audio/gmpc-mdcover/Makefile')
-rw-r--r-- | audio/gmpc-mdcover/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/audio/gmpc-mdcover/Makefile b/audio/gmpc-mdcover/Makefile index 5aadbd75be31..93ebfb8711f2 100644 --- a/audio/gmpc-mdcover/Makefile +++ b/audio/gmpc-mdcover/Makefile @@ -6,24 +6,21 @@ # PORTNAME= gmpc-mdcover -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 Directory artist/song plugin for gmpc +COMMENT= Collects metadata for gmpc -LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \ - curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc GNU_CONFIGURE= yes -USE_XORG= x11 -USE_GNOME= gnomehack intltool -USE_LDCONFIG= yes USE_GMAKE= yes +USE_GNOME= gnomehack pkgconfig intltool glib20 gtk20 libxml2 +USE_GETTEXT= yes .include <bsd.port.mk> |