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/celt/Makefile | |
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/celt/Makefile')
-rw-r--r-- | audio/celt/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/celt/Makefile b/audio/celt/Makefile index 0b060343dd6f..80748d5138a1 100644 --- a/audio/celt/Makefile +++ b/audio/celt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: celt -# Date created: 2009-02-11 -# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org> -# +# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= celt PORTVERSION= 0.11.3 @@ -21,8 +17,7 @@ LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} -USE_GMAKE= yes USE_LDCONFIG= yes -USES= pathfix +USES= gmake pathfix .include <bsd.port.mk> |