diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-12-07 15:33:08 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-12-07 15:33:08 +0800 |
commit | aae27bb970077f829ba25cbe1d44bcdbd95a03e1 (patch) | |
tree | 96f3a23da3d39fcc6b758b8845b33a4a8c92487a /games/gma/Makefile | |
parent | 330d0e222fc7275132f97d6cc52feae151f12e7f (diff) | |
download | freebsd-ports-gnome-aae27bb970077f829ba25cbe1d44bcdbd95a03e1.tar.gz freebsd-ports-gnome-aae27bb970077f829ba25cbe1d44bcdbd95a03e1.tar.zst freebsd-ports-gnome-aae27bb970077f829ba25cbe1d44bcdbd95a03e1.zip |
- Mark unbroken
- Update to version 0.6
PR: 23348
Submitted by: MAINTAINER
Diffstat (limited to 'games/gma/Makefile')
-rw-r--r-- | games/gma/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/gma/Makefile b/games/gma/Makefile index 9d70cb1f9fb5..9bc5ba93a54a 100644 --- a/games/gma/Makefile +++ b/games/gma/Makefile @@ -6,14 +6,12 @@ # PORTNAME= gma -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= games MASTER_SITES= http://www.student.nada.kth.se/~d92-jwa/code/gma/ MAINTAINER= ijliao@csie.nctu.edu.tw -BROKEN= "Compiler errors" - GNU_CONFIGURE= yes .include <bsd.port.mk> |