summaryrefslogtreecommitdiff
path: root/games/libggz/bsd.ggz.mk
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/libggz/bsd.ggz.mk
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/libggz/bsd.ggz.mk')
-rw-r--r--games/libggz/bsd.ggz.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/libggz/bsd.ggz.mk b/games/libggz/bsd.ggz.mk
index 3ef94ffc6cb0..ac81e8807723 100644
--- a/games/libggz/bsd.ggz.mk
+++ b/games/libggz/bsd.ggz.mk
@@ -13,9 +13,9 @@ DIST_SUBDIR= ggz
_USE_GGZ_ALL= core client
-core_LIB_DEPENDS= libggz.so:${PORTSDIR}/games/libggz
+core_LIB_DEPENDS= libggz.so:games/libggz
-client_LIB_DEPENDS= libggzcore.so:${PORTSDIR}/games/ggz-client-libs
+client_LIB_DEPENDS= libggzcore.so:games/ggz-client-libs
.for component in ${USE_GGZ}
LIB_DEPENDS+= ${${component}_LIB_DEPENDS}