diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-08-31 02:44:07 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-08-31 02:44:07 +0000 |
commit | c68436a7b72179f073b6414d623457a5e3c24e12 (patch) | |
tree | bf681b064a63b51d6700afac65ffbfae49c987d8 /games/gomoku.app | |
parent | Remove USE_NEWGCC, which is no longer supported or required. (diff) |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
Notes
Notes:
svn path=/head/; revision=65347
Diffstat (limited to 'games/gomoku.app')
-rw-r--r-- | games/gomoku.app/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile index f19794734f0a..175bac778c34 100644 --- a/games/gomoku.app/Makefile +++ b/games/gomoku.app/Makefile @@ -18,7 +18,6 @@ BUILD_DEPENDS= ${XGPSBUNDLEDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-xg RUN_DEPENDS= ${XGPSBUNDLEDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps PREFIX= ${LOCALBASE}/GNUstep -USE_NEWGCC= yes USE_GMAKE= yes MAKEFILE= GNUmakefile ALL_TARGET= |