- Update to 0.4.5
- make programs in RUN_DEPENDS optional and make note in pkg-message
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (glchess-0.4.4.tar.gz) = 66ca6939bda19b25a938d374ca9158bd
|
||||
MD5 (glchess-0.4.5.tar.gz) = e74c4788eca8199e1152d6e653ca05f7
|
||||
|
|
|
@ -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.
|
||||
-----------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue