summaryrefslogtreecommitdiff
path: root/audio/swhplugins
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-27 19:04:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-27 19:04:25 +0000
commit3cc822d0ea5e30d805873d53fcf4db465a4b8206 (patch)
tree7bfda54f95a609b3bf1ad78c41418668dfbe9ea3 /audio/swhplugins
parentportlint (remove default EXTRACT_SUFX, reorder RUN_DEPENDS) (diff)
Portlint (reorder variables)
Notes
Notes: svn path=/head/; revision=92342
Diffstat (limited to 'audio/swhplugins')
-rw-r--r--audio/swhplugins/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile
index 24bc0693470b..59e49337d432 100644
--- a/audio/swhplugins/Makefile
+++ b/audio/swhplugins/Makefile
@@ -15,13 +15,13 @@ DISTNAME= swh-plugins-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Steve Harris' huge Collection of LADSPA Plugins
-# includes assember code
-ONLY_FOR_ARCHS= i386
-
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \
fftw.2:${PORTSDIR}/math/fftw
+# includes assember code
+ONLY_FOR_ARCHS= i386
+
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes