diff options
Diffstat (limited to 'games/chessx/Makefile')
-rw-r--r-- | games/chessx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/chessx/Makefile b/games/chessx/Makefile index 40683773cbf0..76e479a536dc 100644 --- a/games/chessx/Makefile +++ b/games/chessx/Makefile @@ -24,9 +24,9 @@ PLIST_FILES= bin/chessx \ OPTIONS_DEFINE= STOCKFISH CRAFTY STOCKFISH_DESC= Install Stockfish Chess Engine -STOCKFISH_RUN_DEPENDS= stockfish:${PORTSDIR}/games/stockfish +STOCKFISH_RUN_DEPENDS= stockfish:games/stockfish CRAFTY_DESC= Install Crafty Chess Application -CRAFTY_RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty +CRAFTY_RUN_DEPENDS= crafty:games/crafty .include <bsd.port.mk> |