aboutsummaryrefslogtreecommitdiff
path: root/games/iortcw
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2017-12-08 18:56:08 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2017-12-08 18:56:08 +0000
commit850231a0f37b736ae00f7f1864fdbe80799007eb (patch)
tree7c56d02ca13f15197dfb9cefd4b4d4bce9119f31 /games/iortcw
parentdafef02098ecc1bfb68f707c5d3b002c1e9b9f1e (diff)
downloadports-850231a0f37b736ae00f7f1864fdbe80799007eb.tar.gz
ports-850231a0f37b736ae00f7f1864fdbe80799007eb.zip
games/iortcw: Fix build when PREFIX != LOCALBASE
Notes
Notes: svn path=/head/; revision=455794
Diffstat (limited to 'games/iortcw')
-rw-r--r--games/iortcw/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/iortcw/files/Makefile b/games/iortcw/files/Makefile
index 735946a7a780..584a25197099 100644
--- a/games/iortcw/files/Makefile
+++ b/games/iortcw/files/Makefile
@@ -12,7 +12,7 @@ MAKE_ARGS= BUILD_CLIENT=1 \
USE_INTERNAL_SPEEX=0 \
USE_INTERNAL_ZLIB=0 \
USE_INTERNAL_JPEG=0 \
- CLIENT_LIBS+="-L${PREFIX}/lib -lSDL2 -lcurl -lopus" \
+ CLIENT_LIBS+="-L${LOCALBASE}/lib -lSDL2 -lcurl -lopus" \
USE_INTERNAL_OGG=0 \
USE_INTERNAL_OPUS=0 \
USE_CODEC_VORBIS=0 \