diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-25 16:33:39 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-25 16:33:39 +0000 |
commit | 579bf456ebb600d31718314ea58e15953effb905 (patch) | |
tree | 4de700e2d7af5d6c940938913e6793f910f9eb9a | |
parent | Preparing for new port net-mgmt/unifi (diff) |
- Don't force pkg users to install optional dependencies
PR: ports/184034
Submitted by: Yamagi Burmeister (maintainter)
Notes
Notes:
svn path=/head/; revision=334863
-rw-r--r-- | games/chessx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/chessx/Makefile b/games/chessx/Makefile index 5f58755a8d0d..60fa1036b2dd 100644 --- a/games/chessx/Makefile +++ b/games/chessx/Makefile @@ -17,7 +17,6 @@ USE_QT4= corelib gui svg xml network linguist_build \ QMAKE_ARGS+= QMAKE_LRELEASE=${LRELEASE} OPTIONS_DEFINE= STOCKFISH CRAFTY -OPTIONS_DEFAULT= STOCKFISH CRAFTY STOCKFISH_DESC= Install Stockfish Chess Engine STOCKFISH_RUN_DEPENDS= stockfish:${PORTSDIR}/games/stockfish |