summaryrefslogtreecommitdiff
path: root/games/kdegames4
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/kdegames4
parentRemove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff)
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/kdegames4')
-rw-r--r--games/kdegames4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/kdegames4/Makefile b/games/kdegames4/Makefile
index f1b0d625f727..b128c8992675 100644
--- a/games/kdegames4/Makefile
+++ b/games/kdegames4/Makefile
@@ -20,7 +20,7 @@ OPTIONS_DEFAULT= ALL
${game}_PORT?= games/${game}
${game}_DETECT?= ${KDE4_PREFIX}/bin/${game}
${game}_DESC?= Please fix a typo in option name/desc!
-${game}_RUN_DEPENDS= ${${game}_DETECT}:${PORTSDIR}/${${game}_PORT}
+${game}_RUN_DEPENDS= ${${game}_DETECT}:${${game}_PORT}
ALL_RUN_DEPENDS+= ${${game}_RUN_DEPENDS}
.endfor