Index: head/games/chessx/Makefile =================================================================== --- head/games/chessx/Makefile (revision 551460) +++ head/games/chessx/Makefile (revision 551461) @@ -1,34 +1,34 @@ # $FreeBSD$ PORTNAME= chessx PORTVERSION= 1.5.0 CATEGORIES= games MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Qt 5 chess database application LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang desktop-file-utils qmake qt:5 tar:tgz gl -USE_GL= gl -USE_QT= buildtools_build concurrent core gui linguisttools_build multimedia \ - network opengl printsupport svg widgets xml +USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5 tar:tgz +USE_GL= gl +USE_QT= concurrent core gui multimedia network opengl printsupport svg \ + widgets xml buildtools_build linguisttools_build PLIST_FILES= bin/chessx \ share/applications/chessx.desktop \ share/pixmaps/chessx.png -OPTIONS_DEFINE= STOCKFISH CRAFTY +OPTIONS_DEFINE= CRAFTY STOCKFISH CRAFTY_DESC= Install Crafty Chess Application -CRAFTY_RUN_DEPENDS= crafty:games/crafty - STOCKFISH_DESC= Install Stockfish Chess Engine + +CRAFTY_RUN_DEPENDS= crafty:games/crafty STOCKFISH_RUN_DEPENDS= stockfish:games/stockfish post-configure: ( cd ${BUILD_WRKSRC} && ${LRELEASE} ${WRKSRC}/${PORTNAME}.pro ) .include Index: head/games/chessx/pkg-descr =================================================================== --- head/games/chessx/pkg-descr (revision 551460) +++ head/games/chessx/pkg-descr (revision 551461) @@ -1,6 +1,6 @@ ChessX is an open source chess database based on Qt5. With ChessX you can operate on your collection of chess games in many ways: browse, edit, add, organize, analyze, etc. Additionally ChessX can interface with chess engines via UCI and Winboard protocol. -WWW: http://chessx.sourceforge.net/ +WWW: https://chessx.sourceforge.io/