From 8e28cfec81a60bd7a3081ef983c379157a3e3b4d Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 20 Mar 2008 09:56:52 +0000 Subject: - Remove USE_GETOPT_LONG which is a no-op since March 2007 --- games/tmw/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'games/tmw') diff --git a/games/tmw/Makefile b/games/tmw/Makefile index 8eb6ae217692..18b4f97bfc3f 100644 --- a/games/tmw/Makefile +++ b/games/tmw/Makefile @@ -27,7 +27,6 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_SDL= sdl image mixer net USE_GCC= 3.2+ -USE_GETOPT_LONG=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${SDL_CONFIG} --cflags` -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" -- cgit