diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-18 01:15:45 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-18 01:15:45 +0000 |
commit | c0bc2d56c667e05d69460b79706a507e46eb3554 (patch) | |
tree | 239de32a2e07d8b1a698a39ec3c47bf46ae5c765 /games | |
parent | Update to 1.0.2 (diff) |
old C++ code needs gcc 2.95
Submitted by: kris notice
Notes
Notes:
svn path=/head/; revision=70345
Diffstat (limited to 'games')
-rw-r--r-- | games/gma/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gma/Makefile b/games/gma/Makefile index 6197bec5ab2f..811e69e8761c 100644 --- a/games/gma/Makefile +++ b/games/gma/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.student.nada.kth.se/~d92-jwa/code/gma/ MAINTAINER= ijliao@FreeBSD.org -GNU_CONFIGURE= yes +USE_GCC= 2.95 +GNU_CONFIGURE= yes .include <bsd.port.mk> |