summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-06-16 10:02:59 +0000
committerkris <kris@FreeBSD.org>2002-06-16 10:02:59 +0000
commit940e3778bf4e6f8216e9357aeb56317ca84965a1 (patch)
treef4ac2d46d2543dc444865a15cb59dfa6130ed501 /graphics
parent0c38feac8abef4304ba8f2716bfef560276cf0d5 (diff)
downloadFreeBSD-ports-940e3778bf4e6f8216e9357aeb56317ca84965a1.zip
FreeBSD-ports-940e3778bf4e6f8216e9357aeb56317ca84965a1.tar.gz
Fix build on current
Diffstat (limited to 'graphics')
-rw-r--r--graphics/lcms/files/Makefile.bsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/lcms/files/Makefile.bsd b/graphics/lcms/files/Makefile.bsd
index a4d9f29..514eacd 100644
--- a/graphics/lcms/files/Makefile.bsd
+++ b/graphics/lcms/files/Makefile.bsd
@@ -10,7 +10,8 @@ INCS= ${.CURDIR}/../include/lcms.h ${.CURDIR}/../include/icc34.h
CFLAGS+= -I${.CURDIR}/../include
-INCDIR= ${LOCALBASE}/include
+INCSDIR=${LOCALBASE}/include
+INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk
LIBDIR= ${LOCALBASE}/lib
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud