diff options
Diffstat (limited to 'audio/gmpc-magnatune/Makefile')
-rw-r--r-- | audio/gmpc-magnatune/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/audio/gmpc-magnatune/Makefile b/audio/gmpc-magnatune/Makefile index effa8790eaf4..d0fe1d24a89d 100644 --- a/audio/gmpc-magnatune/Makefile +++ b/audio/gmpc-magnatune/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gmpc-magnatune -# Date created: September 14 2007 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gmpc-magnatune PORTVERSION= 11.8.16 @@ -20,8 +16,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 intltool glib20 gtk20 libglade2 -USES= gettext +USE_GNOME= intltool glib20 gtk20 libglade2 +USES= gettext gmake pkgconfig .include <bsd.port.mk> |