aboutsummaryrefslogtreecommitdiff
path: root/audio/mctoolame-decoder
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/mctoolame-decoder
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/mctoolame-decoder')
-rw-r--r--audio/mctoolame-decoder/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mctoolame-decoder/Makefile b/audio/mctoolame-decoder/Makefile
index d6dbb3ca8d2b..7287972233e1 100644
--- a/audio/mctoolame-decoder/Makefile
+++ b/audio/mctoolame-decoder/Makefile
@@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= MPEG Layer II audio decoder with multi-channel support
-USE_GMAKE= yes
+USES= gmake
ALL_TARGET= #
MAKE_ARGS= CC="${CC}" OPTIM="${CFLAGS}"
PLIST_SUB= PKGNAMESUFFIX="${PKGNAMESUFFIX}"