diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-02-27 04:05:16 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-02-27 04:05:16 +0800 |
commit | 10f362810fd686e3048027115c44413c0931ebfd (patch) | |
tree | e280053b1cd6d650a12365aa61bf8497dec103d9 /games/gomoku.app | |
parent | 6dd2682d05d52ce8918298d45b0b0de7b3c1097f (diff) | |
download | freebsd-ports-gnome-10f362810fd686e3048027115c44413c0931ebfd.tar.gz freebsd-ports-gnome-10f362810fd686e3048027115c44413c0931ebfd.tar.zst freebsd-ports-gnome-10f362810fd686e3048027115c44413c0931ebfd.zip |
- Update for gnustep 1.5.2 and gui 0.8.4
Diffstat (limited to 'games/gomoku.app')
-rw-r--r-- | games/gomoku.app/Makefile | 2 |
1 files changed, 2 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 |