diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-27 19:04:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-27 19:04:25 +0000 |
commit | 3cc822d0ea5e30d805873d53fcf4db465a4b8206 (patch) | |
tree | 7bfda54f95a609b3bf1ad78c41418668dfbe9ea3 /audio | |
parent | 72246baa2d2f6a0c314a4ef078405072f17c3a7e (diff) | |
download | ports-3cc822d0ea5e30d805873d53fcf4db465a4b8206.tar.gz ports-3cc822d0ea5e30d805873d53fcf4db465a4b8206.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/swhplugins/Makefile | 6 |
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 |