aboutsummaryrefslogtreecommitdiff
path: root/games/endgame-singularity
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/endgame-singularity
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412346
Diffstat (limited to 'games/endgame-singularity')
-rw-r--r--games/endgame-singularity/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/endgame-singularity/Makefile b/games/endgame-singularity/Makefile
index 2df77c928e2d..52c19a143029 100644
--- a/games/endgame-singularity/Makefile
+++ b/games/endgame-singularity/Makefile
@@ -12,7 +12,7 @@ EXTRACT_SUFX= -src.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Simulates the life of a true AI
-RUN_DEPENDS= py*-game>=1.8:${PORTSDIR}/devel/py-game \
+RUN_DEPENDS= py*-game>=1.8:devel/py-game \
${PYNUMPY}
USES= python
@@ -25,7 +25,7 @@ NO_ARCH= yes
OPTIONS_DEFINE= MUSIC DOCS
OPTIONS_DEFAULT= MUSIC
MUSIC_DESC= Install original music pack
-MUSIC_RUN_DEPENDS= endgame-singularity-music>=006:${PORTSDIR}/games/endgame-singularity-music
+MUSIC_RUN_DEPENDS= endgame-singularity-music>=006:games/endgame-singularity-music
post-extract:
@${FIND} ${WRKSRC} -name '*.pyc' -delete