aboutsummaryrefslogtreecommitdiff
path: root/audio/cmt
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 19:11:51 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 19:11:51 +0000
commita84c115a09e00e14810cb1deb7bf4637a33ad313 (patch)
tree97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /audio/cmt
parentaa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff)
Notes
Diffstat (limited to 'audio/cmt')
-rw-r--r--audio/cmt/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/cmt/Makefile b/audio/cmt/Makefile
index 54df55f07463..9d9339dac14e 100644
--- a/audio/cmt/Makefile
+++ b/audio/cmt/Makefile
@@ -6,7 +6,6 @@ PORTVERSION= 1.16
CATEGORIES= audio
MASTER_SITES= http://www.ladspa.org/download/
DISTNAME= ${PORTNAME}_src_${PORTVERSION}
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= The Computer Music Toolkit - a collection of LADSPA plugins
@@ -17,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
WRKSRC= ${WRKDIR}/${PORTNAME}
BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}/src
-USES= gmake
+USES= gmake tar:tgz
MAKEFILE= makefile
MAKE_ARGS= CXX="${CXX}" \
CXXFLAGS="${CXXFLAGS} -fPIC -I${LOCALBASE}/include"