aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ksmp3play/Makefile
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-06-12 02:26:27 +0800
committerarved <arved@FreeBSD.org>2003-06-12 02:26:27 +0800
commit365c6957676f1f7d6cc7ccf8f4b82a055ec843d8 (patch)
tree8bf774f6336218468bc3a64ea88e187d8ebf13ec /audio/ksmp3play/Makefile
parent8622ca5cf7d92a5d17f717b3540ada5e6d307ea7 (diff)
downloadfreebsd-ports-gnome-365c6957676f1f7d6cc7ccf8f4b82a055ec843d8.tar.gz
freebsd-ports-gnome-365c6957676f1f7d6cc7ccf8f4b82a055ec843d8.tar.zst
freebsd-ports-gnome-365c6957676f1f7d6cc7ccf8f4b82a055ec843d8.zip
Add USE_GETOPT_LONG
PR: 53140 Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Diffstat (limited to 'audio/ksmp3play/Makefile')
-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"