aboutsummaryrefslogtreecommitdiff
path: root/games/quake2lnx
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/quake2lnx
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Notes
Diffstat (limited to 'games/quake2lnx')
-rw-r--r--games/quake2lnx/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/quake2lnx/Makefile b/games/quake2lnx/Makefile
index 8e99d6c08d17..566ed2245573 100644
--- a/games/quake2lnx/Makefile
+++ b/games/quake2lnx/Makefile
@@ -107,7 +107,7 @@ PLIST_SUB+= SDLCLIENT="@comment "
.endif
.if ${PORT_OPTIONS:MSVGA}
-LIB_DEPENDS+= libvga.so:${PORTSDIR}/graphics/svgalib
+LIB_DEPENDS+= libvga.so:graphics/svgalib
MAKE_ARGS+= BUILD_SVGA=YES
REF_TARGETS+= soft
PLIST_SUB+= SVGA=""
@@ -116,7 +116,7 @@ PLIST_SUB+= SVGA="@comment "
.endif
.if ${PORT_OPTIONS:MAA}
-LIB_DEPENDS+= libaa.so:${PORTSDIR}/graphics/aalib
+LIB_DEPENDS+= libaa.so:graphics/aalib
MAKE_ARGS+= BUILD_AA=YES
REF_TARGETS+= softaa
PLIST_SUB+= AA=""
@@ -164,7 +164,7 @@ PLIST_SUB+= CTF="@comment "
.if ${PORT_OPTIONS:MRETEXTURE}
MAKE_ARGS+= BUILD_RETEXTURE=YES
-RUN_DEPENDS+= ${Q2DIR}/baseq2/pak10.pak:${PORTSDIR}/games/quake2-extras
+RUN_DEPENDS+= ${Q2DIR}/baseq2/pak10.pak:games/quake2-extras
.endif
.if ${PORT_OPTIONS:MJOYSTICK}