diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-12-29 14:18:23 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-12-29 14:18:23 +0000 |
commit | ddadbeb984a4f5318933d554cb7fd271d2d1deb4 (patch) | |
tree | 7507cdd39643256a6177cff8fcae2642a2b6dcef | |
parent | Allow the use of opt_ENABLE= foo=/bar to work like opt_WITH. (diff) |
Allow building WITH=SLANG when the compiler does not add -I${LOCALBASE}.
Sponsored by: Absolight
-rw-r--r-- | graphics/libcaca/Makefile | 2 |
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> |