diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /audio/ladspa | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) | |
download | ports-a84c115a09e00e14810cb1deb7bf4637a33ad313.tar.gz ports-a84c115a09e00e14810cb1deb7bf4637a33ad313.zip |
Notes
Diffstat (limited to 'audio/ladspa')
-rw-r--r-- | audio/ladspa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/ladspa/Makefile b/audio/ladspa/Makefile index 995fc2bb4ca2..7d7332ee2650 100644 --- a/audio/ladspa/Makefile +++ b/audio/ladspa/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 1.13 CATEGORIES= audio MASTER_SITES= http://www.ladspa.org/download/ DISTNAME= ladspa_sdk_${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= arved@FreeBSD.org COMMENT= Linux Audio Developer's Simple Plugin API @@ -15,7 +14,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/doc/COPYING WRKSRC= ${WRKDIR}/ladspa_sdk -USES= gmake +USES= gmake tar:tgz USE_LDCONFIG= yes PROGRAM_FILES= analyseplugin applyplugin listplugins PLUGIN_FILES= amp.so delay.so filter.so noise.so sine.so |