summaryrefslogtreecommitdiff
path: root/audio/adplay
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-02-08 13:53:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-02-08 13:53:25 +0000
commitd8ab2c2fc88812d48847c52dbff80c7f812aa83e (patch)
tree654f82d863379f3c79693bd0c3f9dccc619f0494 /audio/adplay
parentUnbreak (diff)
Use better syntax for option helper
Reported by: danfe
Notes
Notes: svn path=/head/; revision=378655
Diffstat (limited to 'audio/adplay')
-rw-r--r--audio/adplay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/adplay/Makefile b/audio/adplay/Makefile
index 4a1a06ef632b..23aa52be3588 100644
--- a/audio/adplay/Makefile
+++ b/audio/adplay/Makefile
@@ -34,7 +34,7 @@ PLIST_FILES= bin/adplay %%DATADIR%%/adplug.db man/man1/adplay.1.gz
OPTIONS_DEFINE= SDL
SDL_CONFIGURE_OFF= --disable-output-sdl
-SDL_USE= SDL=sdl SDL=mixer
+SDL_USE= SDL=sdl,mixer
post-patch:
@${REINPLACE_CMD} -e 's/-lstdc++//g' ${WRKSRC}/configure