- Update to 0.4.5

- make programs in RUN_DEPENDS optional and make note in pkg-message
This commit is contained in:
Patrick Li 2002-03-24 07:31:30 +00:00
parent cddf10a081
commit 17d67470c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56520
3 changed files with 8 additions and 4 deletions

View file

@ -6,15 +6,13 @@
#
PORTNAME= glchess
PORTVERSION= 0.4.4
PORTVERSION= 0.4.5
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pat@FreeBSD.org
RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty \
gnuchess:${PORTSDIR}/games/gnuchess
LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 \
autoconf213:${PORTSDIR}/devel/autoconf213

View file

@ -1 +1 @@
MD5 (glchess-0.4.4.tar.gz) = 66ca6939bda19b25a938d374ca9158bd
MD5 (glchess-0.4.5.tar.gz) = e74c4788eca8199e1152d6e653ca05f7

View file

@ -1,4 +1,5 @@
-----------------------------------------------------------
Please make sure that
Load "glx"
@ -6,3 +7,8 @@ Load "glx"
is in the Module section
of your X config file.
glChess supports the use of chess playing programs like
www/crafty and www/gnuchess for you to play against so
install them manually if you want them.
-----------------------------------------------------------