diff options
author | arved <arved@FreeBSD.org> | 2003-06-12 02:26:27 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-06-12 02:26:27 +0800 |
commit | 365c6957676f1f7d6cc7ccf8f4b82a055ec843d8 (patch) | |
tree | 8bf774f6336218468bc3a64ea88e187d8ebf13ec /audio/ksmp3play/Makefile | |
parent | 8622ca5cf7d92a5d17f717b3540ada5e6d307ea7 (diff) | |
download | freebsd-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/Makefile | 1 |
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" |