diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-26 20:05:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-26 20:05:16 +0000 |
commit | 55b29f2dc48d008c38254b0d24b2d8f750333f94 (patch) | |
tree | 2f2e1005cddd250ed211e0a0c3a71e7b223e260f /games | |
parent | - Update gnustep-gui and gnustep-back to 0.8.4 (diff) |
- Update for gnustep 1.5.2 and gui 0.8.4
Diffstat (limited to 'games')
-rw-r--r-- | games/gomoku.app/Makefile | 2 | ||||
-rw-r--r-- | games/gshisen/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile index 5f814877795c..9e8e40412c13 100644 --- a/games/gomoku.app/Makefile +++ b/games/gomoku.app/Makefile @@ -7,6 +7,7 @@ PORTNAME= gomoku.app PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/ DISTNAME= Gomoku-${PORTVERSION} @@ -23,6 +24,7 @@ USE_GMAKE= yes MAKEFILE= GNUmakefile ALL_TARGET= NO_MTREE= yes +USE_GCC= 3.2 BACKBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-back.bundle/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index 0c2a61b50fa2..12f95987f126 100644 --- a/games/gshisen/Makefile +++ b/games/gshisen/Makefile @@ -7,6 +7,7 @@ PORTNAME= gshisen PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.gnustep.it/enrico/gshisen/ @@ -24,6 +25,7 @@ MAKEFILE= MAKE_FLAGS= GUI_BACKEND_LIB=back ALL_TARGET= NO_MTREE= yes +USE_GCC= 3.2 BACKBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-back.bundle/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu |