Allow building WITH=SLANG when the compiler does not add -I${LOCALBASE}.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-12-29 14:18:23 +00:00
parent 25a3814a24
commit ddadbeb984
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375787

View File

@ -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>