diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-11 18:26:27 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-11 18:26:27 +0000 |
commit | 0d8db57b4ba5266b6d54dd28c21d96f162a5912d (patch) | |
tree | e2ecfb5d0523050498531d917088bdce412f9cdf /audio/ksmp3play | |
parent | e11889968d0220bbc8f4f76a6bdfadb0ac315aa4 (diff) | |
download | ports-0d8db57b4ba5266b6d54dd28c21d96f162a5912d.tar.gz ports-0d8db57b4ba5266b6d54dd28c21d96f162a5912d.zip |
Notes
Diffstat (limited to 'audio/ksmp3play')
-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" |