aboutsummaryrefslogtreecommitdiff
path: root/audio/cmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-08-30 23:01:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-08-30 23:01:05 +0000
commit5163781803124a083a6fdae72fd2235faf64ac0c (patch)
tree6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/cmt
parent33d4141ac9cf4bbc3ef63d28cc68c5a30b4b364a (diff)
downloadports-5163781803124a083a6fdae72fd2235faf64ac0c.tar.gz
ports-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
Notes
Notes: svn path=/head/; revision=325727
Diffstat (limited to 'audio/cmt')
-rw-r--r--audio/cmt/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/cmt/Makefile b/audio/cmt/Makefile
index 5b0de4fdaf88..1dde7a46bbc0 100644
--- a/audio/cmt/Makefile
+++ b/audio/cmt/Makefile
@@ -1,7 +1,4 @@
-# New ports collection Makefile for: cmt
-# Date created: 11 May 2002
-# Whom: Tilman Linneweh <arved@FreeBSD.org>
-#
+# Created by: Tilman Linneweh <arved@FreeBSD.org>
# $FreeBSD$
PORTNAME= cmt
@@ -20,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
WRKSRC= ${WRKDIR}/${PORTNAME}
BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}/src
-USE_GMAKE= yes
+USES= gmake
MAKEFILE= makefile
MAKE_ARGS= CXX="${CXX}" \
CXXFLAGS="${CXXFLAGS} -fPIC -I${LOCALBASE}/include"