aboutsummaryrefslogtreecommitdiff
path: root/audio/ksmp3play
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-06-11 18:26:27 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-06-11 18:26:27 +0000
commit0d8db57b4ba5266b6d54dd28c21d96f162a5912d (patch)
treee2ecfb5d0523050498531d917088bdce412f9cdf /audio/ksmp3play
parente11889968d0220bbc8f4f76a6bdfadb0ac315aa4 (diff)
downloadports-0d8db57b4ba5266b6d54dd28c21d96f162a5912d.tar.gz
ports-0d8db57b4ba5266b6d54dd28c21d96f162a5912d.zip
Add USE_GETOPT_LONG
PR: 53140 Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Notes
Notes: svn path=/head/; revision=82802
Diffstat (limited to 'audio/ksmp3play')
-rw-r--r--audio/ksmp3play/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/ksmp3play/Makefile b/audio/ksmp3play/Makefile
index 33b4578be553..2265b5a56962 100644
--- a/audio/ksmp3play/Makefile
+++ b/audio/ksmp3play/Makefile
@@ -19,6 +19,7 @@ LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
USE_REINPLACE= yes
+USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG} \
CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"