aboutsummaryrefslogtreecommitdiff
path: root/games/mangband/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:23:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:23:25 +0000
commite6ffa1f425ea668e859fae97edfd25a239614331 (patch)
tree255b3b2c0cd318aabd72e99ccb876cde204de6b7 /games/mangband/Makefile
parent9f1b40e753cf899e58168a889a3df63c843fcb4a (diff)
Notes
Diffstat (limited to 'games/mangband/Makefile')
-rw-r--r--games/mangband/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/mangband/Makefile b/games/mangband/Makefile
index 388461e9e1b2..0da8a4816fd6 100644
--- a/games/mangband/Makefile
+++ b/games/mangband/Makefile
@@ -33,14 +33,14 @@ CONFIGURE_ARGS+= --without-gcu
.endif
.if ${PORT_OPTIONS:MX11}
-LIB_DEPENDS+= X11.6:${PORTSDIR}/x11/libX11
+LIB_DEPENDS+= libX11.so:${PORTSDIR}/x11/libX11
CONFIGURE_ARGS+= --with-x11
.else
CONFIGURE_ARGS+= --without-x11
.endif
.if ${PORT_OPTIONS:MSDL}
-LIB_DEPENDS+= SDL-1.2:${PORTSDIR}/devel/sdl12
+LIB_DEPENDS+= libSDL-1.2.so:${PORTSDIR}/devel/sdl12
CONFIGURE_ARGS+= --with-sdl
.else
CONFIGURE_ARGS+= --without-sdl