diff options
Diffstat (limited to 'audio/ladspa/Makefile')
-rw-r--r-- | audio/ladspa/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/ladspa/Makefile b/audio/ladspa/Makefile index 2041d8787308..4d48f6ceeb06 100644 --- a/audio/ladspa/Makefile +++ b/audio/ladspa/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: ladspa -# Date created: 11 May 2002 -# Whom: Tilman Linneweh <arved@FreeBSD.org> -# +# Created by: Tilman Linneweh <arved@FreeBSD.org> # $FreeBSD$ PORTNAME= ladspa @@ -18,7 +15,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/doc/COPYING WRKSRC= ${WRKDIR}/ladspa_sdk -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes PROGRAM_FILES= analyseplugin applyplugin listplugins PLUGIN_FILES= amp.so delay.so filter.so noise.so sine.so |