aboutsummaryrefslogtreecommitdiff
path: root/audio/fluidsynth-dssi
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-04-18 09:47:29 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-04-18 09:47:29 +0000
commit5d48443269043d602e83f08d247c43b3a779a8d6 (patch)
treed8ee4593f1ee095117c3c4cb6366321f37bbefd8 /audio/fluidsynth-dssi
parentddf94f6362349e872bf8f898f3507b76d06805d5 (diff)
downloadports-5d48443269043d602e83f08d247c43b3a779a8d6.tar.gz
ports-5d48443269043d602e83f08d247c43b3a779a8d6.zip
- Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
Notes
Notes: svn path=/head/; revision=384215
Diffstat (limited to 'audio/fluidsynth-dssi')
-rw-r--r--audio/fluidsynth-dssi/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/fluidsynth-dssi/Makefile b/audio/fluidsynth-dssi/Makefile
index e1b5924488f1..f2c20d548019 100644
--- a/audio/fluidsynth-dssi/Makefile
+++ b/audio/fluidsynth-dssi/Makefile
@@ -20,8 +20,4 @@ GNU_CONFIGURE= yes
USES= gmake libtool pkgconfig
USE_GNOME= gtk20
-post-patch:
- @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
- ${WRKSRC}/configure
-
.include <bsd.port.mk>