diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 14:34:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 14:34:52 +0000 |
commit | efa63f6ba4d035a78bf22994112284daa54d01e2 (patch) | |
tree | a8e60f648b180d79a27a101c6135bb1ecf9d5c89 /games/tmw | |
parent | - Desupport FreeBSD 4.x (diff) |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Diffstat (limited to 'games/tmw')
-rw-r--r-- | games/tmw/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/tmw/Makefile b/games/tmw/Makefile index c2a82502dedc..25ff52c79e7e 100644 --- a/games/tmw/Makefile +++ b/games/tmw/Makefile @@ -24,7 +24,6 @@ RUN_DEPENDS= guichan>=0.7.1:${PORTSDIR}/devel/guichan GNU_CONFIGURE= yes USE_SDL= sdl image mixer net -USE_GCC= 3.2+ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${SDL_CONFIG} --cflags` ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" |