1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix build on current

This commit is contained in:
Kris Kennaway 2002-06-16 10:02:59 +00:00
parent cfe2b1d7cc
commit 12c2625d31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61352

View File

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