aboutsummaryrefslogtreecommitdiff
path: root/games/linux-nwnclient
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-10-15 18:13:40 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-10-15 18:13:40 +0000
commitcdc8aff4a3c6ed7da0ba901658c672e0fde10096 (patch)
tree4a08785a0bd35d5b8697aa5c7068e39bd1b3d534 /games/linux-nwnclient
parent5d0f3e299b24558d7a39eb63db77d35ee781605f (diff)
downloadports-cdc8aff4a3c6ed7da0ba901658c672e0fde10096.tar.gz
ports-cdc8aff4a3c6ed7da0ba901658c672e0fde10096.zip
Use ${LINUXBASE} instead of hardcoding /compat/linux.
Notes
Notes: svn path=/head/; revision=119523
Diffstat (limited to 'games/linux-nwnclient')
-rw-r--r--games/linux-nwnclient/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/linux-nwnclient/Makefile b/games/linux-nwnclient/Makefile
index 8a07c71b4fa4..2956f2b585cd 100644
--- a/games/linux-nwnclient/Makefile
+++ b/games/linux-nwnclient/Makefile
@@ -18,8 +18,8 @@ MAINTAINER= des@FreeBSD.org
COMMENT= Neverwinter Nights Linux (x86) Client
RUN_DEPENDS= ${LOCALBASE}/share/nwndata/NWNv129.txt:${PORTSDIR}/games/nwndata \
- /compat/linux/usr/X11R6/lib/libGL.so.1.2:${PORTSDIR}/graphics/linux_dri \
- /compat/linux/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12
+ ${LINUXBASE}/usr/X11R6/lib/libGL.so.1.2:${PORTSDIR}/graphics/linux_dri \
+ ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12
USE_LINUX= yes
NO_BUILD= yes