diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-04-01 00:48:02 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-04-01 00:48:02 +0000 |
commit | 8b29acf448cc338027bcd6a948e87475795da5fb (patch) | |
tree | fc35dbbf292a8ccfb40265a87361bf6c64ccf98b /games/corewars/Makefile | |
parent | Add a section about how to set up plain disks as a workaround for (diff) |
Update to version 0.9.10. I added patch-ab to simply rip a comment out of
configure that tells you glibc isn't installed but doesn't matter anyway
for the GTK client, which is what we're installing.
Diffstat (limited to 'games/corewars/Makefile')
-rw-r--r-- | games/corewars/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/corewars/Makefile b/games/corewars/Makefile index 56c506c91a35..85d484be2da2 100644 --- a/games/corewars/Makefile +++ b/games/corewars/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: corewars -# Version required: 0.9.9 +# Version required: 0.9.10 # Date created: 29 February 2000 # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= corewars-0.9.9 +DISTNAME= corewars-0.9.10 CATEGORIES= games MASTER_SITES= http://download.sourceforge.net/corewars/ |