diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-12 00:03:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-12 00:03:28 +0000 |
commit | 3ec31f90a392b3db04d1680ff51ffd4ba6c59730 (patch) | |
tree | ce8f63eebe53be55f2a86cb417e7189cc9e4680d /games/crimson/Makefile | |
parent | 344c990bfe7b20c3d6f39172de1776c46e28d8de (diff) | |
download | ports-3ec31f90a392b3db04d1680ff51ffd4ba6c59730.tar.gz ports-3ec31f90a392b3db04d1680ff51ffd4ba6c59730.zip |
Notes
Diffstat (limited to 'games/crimson/Makefile')
-rw-r--r-- | games/crimson/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/crimson/Makefile b/games/crimson/Makefile index 915f33d4e174..552602e8b1aa 100644 --- a/games/crimson/Makefile +++ b/games/crimson/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= crimson -PORTVERSION= 0.3.8 -PORTREVISION= 1 +PORTVERSION= 0.4.4 CATEGORIES= games MASTER_SITES= http://crimson.seul.org/files/ PKGNAMESUFFIX= -fields @@ -19,7 +18,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_SDL= mixer sdl +USE_SDL= mixer sdl ttf MAN6= crimson.6 |