diff options
author | kris <kris@FreeBSD.org> | 2003-10-28 03:04:25 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-28 03:04:25 +0800 |
commit | 17c7b5d560dd9422b03efc7de69d43391856ccc8 (patch) | |
tree | 0e1f73631f5bebc4bdcecfd1dd0e490507a923b4 /audio | |
parent | b0344593ed3af7a44a5c86d6bd7207a0bea3668d (diff) | |
download | freebsd-ports-gnome-17c7b5d560dd9422b03efc7de69d43391856ccc8.tar.gz freebsd-ports-gnome-17c7b5d560dd9422b03efc7de69d43391856ccc8.tar.zst freebsd-ports-gnome-17c7b5d560dd9422b03efc7de69d43391856ccc8.zip |
Portlint (reorder variables)
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 |