diff options
Diffstat (limited to 'audio/gmpc-albumview/Makefile')
-rw-r--r-- | audio/gmpc-albumview/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/audio/gmpc-albumview/Makefile b/audio/gmpc-albumview/Makefile index f28067911062..5f9739ef8e99 100644 --- a/audio/gmpc-albumview/Makefile +++ b/audio/gmpc-albumview/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gmpc-albumview -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/ @@ -15,15 +14,13 @@ MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ MAINTAINER= miwi@FreeBSD.org COMMENT= Draws all album covers -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= pkgconfig glib20 gtk20 intltool +USE_GETTEXT= yes .include <bsd.port.mk> |