aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-12-29 22:18:23 +0800
committermat <mat@FreeBSD.org>2014-12-29 22:18:23 +0800
commitb7f35e372cb841770c9b4b4a59ab91995014782d (patch)
tree7507cdd39643256a6177cff8fcae2642a2b6dcef /graphics
parent48cb9f3b66bf9c125479d620606c40c863291925 (diff)
downloadfreebsd-ports-gnome-b7f35e372cb841770c9b4b4a59ab91995014782d.tar.gz
freebsd-ports-gnome-b7f35e372cb841770c9b4b4a59ab91995014782d.tar.zst
freebsd-ports-gnome-b7f35e372cb841770c9b4b4a59ab91995014782d.zip
Allow building WITH=SLANG when the compiler does not add -I${LOCALBASE}.
Sponsored by: Absolight
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libcaca/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile
index f40d49b4dcff..1d556bb9aa66 100644
--- a/graphics/libcaca/Makefile
+++ b/graphics/libcaca/Makefile
@@ -36,7 +36,7 @@ X11_CONFIGURE_OFF= --disable-x11 --disable-gl
IMLIB2_LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2
IMLIB2_CONFIGURE_ENABLE= imlib2
SLANG_LIB_DEPENDS= libslang.so.2:${PORTSDIR}/devel/libslang2
-SLANG_CONFIGURE_ENABLE= slang
+SLANG_CONFIGURE_ENABLE= slang=${LOCALBASE}
.include <bsd.port.options.mk>