aboutsummaryrefslogtreecommitdiff
path: root/games/stonesoup
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/stonesoup
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Notes
Diffstat (limited to 'games/stonesoup')
-rw-r--r--games/stonesoup/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/games/stonesoup/Makefile b/games/stonesoup/Makefile
index ac864d1e3277..993b3cd26ccc 100644
--- a/games/stonesoup/Makefile
+++ b/games/stonesoup/Makefile
@@ -59,11 +59,11 @@ MAKE_ARGS+= TILES=y \
GL_INCLUDE="-I ${LOCALBASE}/include/GL"
PLIST_SUB+= SDL=""
PKGNAMESUFFIX= -sdl
-BUILD_DEPENDS+= fc-list:${PORTSDIR}/x11-fonts/fontconfig \
- ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu
-RUN_DEPENDS+= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu
-LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png \
- libfreetype.so:${PORTSDIR}/print/freetype2
+BUILD_DEPENDS+= fc-list:x11-fonts/fontconfig \
+ ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu
+RUN_DEPENDS+= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu
+LIB_DEPENDS+= libpng.so:graphics/png \
+ libfreetype.so:print/freetype2
USE_SDL= sdl2 image2
USE_GL= yes
.else
@@ -73,7 +73,7 @@ PLIST_SUB+= SDL="@comment "
.endif
.if ${PORT_OPTIONS:MSOUND}
-RUN_DEPENDS+= sox:${PORTSDIR}/audio/sox
+RUN_DEPENDS+= sox:audio/sox
.endif
.if empty(PORT_OPTIONS:MLUA_BINDINGS)