diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-05 08:02:04 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-05 08:02:04 +0000 |
commit | f527264ec69c17265abe7b5d7db6c29d8da1e893 (patch) | |
tree | e4bf3af9700b57d4c22f234528ca9f3f88a9072f /games/glchess/Makefile | |
parent | 18c29c6a7240694673e23dbcaae1c4c29b4d8f15 (diff) | |
download | ports-f527264ec69c17265abe7b5d7db6c29d8da1e893.tar.gz ports-f527264ec69c17265abe7b5d7db6c29d8da1e893.zip |
Notes
Diffstat (limited to 'games/glchess/Makefile')
-rw-r--r-- | games/glchess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/glchess/Makefile b/games/glchess/Makefile index f1728a8d3a47..b616458021b9 100644 --- a/games/glchess/Makefile +++ b/games/glchess/Makefile @@ -6,12 +6,12 @@ # PORTNAME= glchess -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@bsdmail.org COMMENT= A 3D OpenGL based chess game RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ |