diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 07:01:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 07:01:05 +0800 |
commit | 216ddc419baa671bdc18a793418729537600d99b (patch) | |
tree | 6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/freedesktop-sound-theme | |
parent | 6888ddfe5af42cca3e395048136f34cfb0f50c53 (diff) | |
download | freebsd-ports-gnome-216ddc419baa671bdc18a793418729537600d99b.tar.gz freebsd-ports-gnome-216ddc419baa671bdc18a793418729537600d99b.tar.zst freebsd-ports-gnome-216ddc419baa671bdc18a793418729537600d99b.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/freedesktop-sound-theme')
-rw-r--r-- | audio/freedesktop-sound-theme/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/freedesktop-sound-theme/Makefile b/audio/freedesktop-sound-theme/Makefile index e5eddfc4c918..ba0a6c5d69f2 100644 --- a/audio/freedesktop-sound-theme/Makefile +++ b/audio/freedesktop-sound-theme/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: freedesktop-sound-theme -# Date created: 15 August 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/audio/freedesktop-sound-theme/Makefile,v 1.6 2009/11/27 22:09:57 marcus Exp $ -# PORTNAME= freedesktop-sound-theme PORTVERSION= 0.7 @@ -19,8 +15,7 @@ COMMENT= Sound theme based on the FreeDesktop specification USE_BZIP2= yes USE_GNOME= gnomehier intlhack -USES= gettext -USE_GMAKE= yes +USES= gettext gmake GNU_CONFIGURE= yes .include <bsd.port.mk> |