aboutsummaryrefslogtreecommitdiff
path: root/games/py-pychess
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-15 12:56:39 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-15 12:56:39 +0000
commita5d101735ab0718fa3d3f7c7ae59172f204165da (patch)
tree290fc7ef30f8c20996ad7e6d17746e74cd9eded0 /games/py-pychess
parent048bfa50cedb9af617599b1e8f1fbd219a2d1ae6 (diff)
downloadports-a5d101735ab0718fa3d3f7c7ae59172f204165da.tar.gz
ports-a5d101735ab0718fa3d3f7c7ae59172f204165da.zip
Remove psyco support
Notes
Notes: svn path=/head/; revision=330398
Diffstat (limited to 'games/py-pychess')
-rw-r--r--games/py-pychess/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/games/py-pychess/Makefile b/games/py-pychess/Makefile
index 781cee9fe058..2b939f71b4fb 100644
--- a/games/py-pychess/Makefile
+++ b/games/py-pychess/Makefile
@@ -17,13 +17,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=3-2.5.1_1:${PORTSDIR}/databases/py-
INSTALLS_ICONS= yes
-OPTIONS_DEFINE= PYGSTREAMER CRAFTY GNUCHESS PHALANX SJENG STRONGPLAYER STOCKFISH
+OPTIONS_DEFINE= PYGSTREAMER CRAFTY GNUCHESS PHALANX SJENG STOCKFISH
PYGSTREAMER_DESC= Install gst-python for audio support
CRAFTY_DESC= Install crafty (chess engine)
GNUCHESS_DESC= Install gnuchess (chess engine)
PHALANX_DESC= Install phalanx (chess engine)
SJENG_DESC= Install sjeng (chess engine)
-STRONGPLAYER_DESC= Install psyco/gmpy (strong player)
STOCKFISH_DESC= Install stockfish (chess engine)
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
@@ -70,11 +69,6 @@ RUN_DEPENDS+= phalanx:${PORTSDIR}/games/phalanx
RUN_DEPENDS+= sjeng:${PORTSDIR}/games/sjeng
.endif
-.if ${PORT_OPTIONS:MSTRONGPLAYER}
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psyco>=1.6:${PORTSDIR}/devel/py-psyco
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gmpy>=1.13:${PORTSDIR}/math/py-gmpy
-.endif
-
.if ${PORT_OPTIONS:MSTOCKFISH}
RUN_DEPENDS+= stockfish:${PORTSDIR}/games/stockfish
.endif