diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/xboard | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'games/xboard')
-rw-r--r-- | games/xboard/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 7527a04672d7..3a6b086f26a4 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -13,7 +13,7 @@ COMMENT?= X frontend for Crafty, GNUChess, Chess Servers, or e-mail chess LICENSE?= GPLv3 -LIB_DEPENDS?= libcairo.so:${PORTSDIR}/graphics/cairo +LIB_DEPENDS?= libcairo.so:graphics/cairo CONFLICTS?= xboard-devel-[0-9]* @@ -39,14 +39,14 @@ XAW3D_DESC= Xaw3d GUI toolkit support (not fully supported) GTK2_DESC= GTK+ 2 GUI toolkit support (experimental) SOUND_DESC= Sound Output (optional) SOX_DESC= SoX audio support -CRAFTY_RUN_DEPENDS+= crafty:${PORTSDIR}/games/crafty -FAIRYMAX_RUN_DEPENDS+= fairymax:${PORTSDIR}/games/fairymax -GNUCHESS_RUN_DEPENDS+= gnuchess:${PORTSDIR}/games/gnuchess -KNIGHTCAP_RUN_DEPENDS+= KnightCap:${PORTSDIR}/games/KnightCap -PHALANX_RUN_DEPENDS+= phalanx:${PORTSDIR}/games/phalanx -XAW3D_DEPENDS+= libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d -SOX_RUN_DEPENDS+= play:${PORTSDIR}/audio/sox -ALSA_RUN_DEPENDS+= aplay:${PORTSDIR}/audio/alsa-utils +CRAFTY_RUN_DEPENDS+= crafty:games/crafty +FAIRYMAX_RUN_DEPENDS+= fairymax:games/fairymax +GNUCHESS_RUN_DEPENDS+= gnuchess:games/gnuchess +KNIGHTCAP_RUN_DEPENDS+= KnightCap:games/KnightCap +PHALANX_RUN_DEPENDS+= phalanx:games/phalanx +XAW3D_DEPENDS+= libXaw3d.so:x11-toolkits/Xaw3d +SOX_RUN_DEPENDS+= play:audio/sox +ALSA_RUN_DEPENDS+= aplay:audio/alsa-utils NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls ZIPPY_CONFIGURE_ENABLE= zippy |