diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 07:01:05 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 07:01:05 +0800 |
commit | 5163781803124a083a6fdae72fd2235faf64ac0c (patch) | |
tree | 6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/gmpc-shout | |
parent | 33d4141ac9cf4bbc3ef63d28cc68c5a30b4b364a (diff) | |
download | freebsd-ports-gnome-5163781803124a083a6fdae72fd2235faf64ac0c.tar.gz freebsd-ports-gnome-5163781803124a083a6fdae72fd2235faf64ac0c.tar.zst freebsd-ports-gnome-5163781803124a083a6fdae72fd2235faf64ac0c.zip |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Diffstat (limited to 'audio/gmpc-shout')
-rw-r--r-- | audio/gmpc-shout/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/audio/gmpc-shout/Makefile b/audio/gmpc-shout/Makefile index dc3ccd37d10e..fa370d7c971c 100644 --- a/audio/gmpc-shout/Makefile +++ b/audio/gmpc-shout/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gmpc-shout -# Date created: March 27 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gmpc-shout PORTVERSION= 0.20.0 @@ -22,8 +18,7 @@ RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc \ ogg123:${PORTSDIR}/audio/vorbis-tools GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig intltool glib20 gtk20 libxml2 -USES= gettext +USE_GNOME= intltool glib20 gtk20 libxml2 +USES= gettext gmake pathfix pkgconfig .include <bsd.port.mk> |