diff options
Diffstat (limited to 'audio/gmpc-albumview/Makefile')
-rw-r--r-- | audio/gmpc-albumview/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/audio/gmpc-albumview/Makefile b/audio/gmpc-albumview/Makefile index 0e22515cded5..61f2192c1b50 100644 --- a/audio/gmpc-albumview/Makefile +++ b/audio/gmpc-albumview/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gmpc-albumview -# Date created: September 14 2007 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gmpc-albumview PORTVERSION= 11.8.16 @@ -19,8 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig glib20 gtk20 intltool -USES= gettext +USE_GNOME= glib20 gtk20 intltool +USES= gettext gmake pkgconfig .include <bsd.port.mk> |