aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libfpx
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-07-22 03:26:53 +0800
committerru <ru@FreeBSD.org>2002-07-22 03:26:53 +0800
commitcc537a0a57e0837b835c4e8a4859b1c9d3dfc2e6 (patch)
treea72b53bb05e88c8ee24dafd98968743b2bfc923c /graphics/libfpx
parent45473cc058c6b06f62e478cff736391475705908 (diff)
downloadfreebsd-ports-gnome-cc537a0a57e0837b835c4e8a4859b1c9d3dfc2e6.tar.gz
freebsd-ports-gnome-cc537a0a57e0837b835c4e8a4859b1c9d3dfc2e6.tar.zst
freebsd-ports-gnome-cc537a0a57e0837b835c4e8a4859b1c9d3dfc2e6.zip
Fixed install on bsd.incs.mk aware systems.
Diffstat (limited to 'graphics/libfpx')
-rw-r--r--graphics/libfpx/files/Makefile.bsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libfpx/files/Makefile.bsd b/graphics/libfpx/files/Makefile.bsd
index 65446df0aa46..e0e1a639f8d5 100644
--- a/graphics/libfpx/files/Makefile.bsd
+++ b/graphics/libfpx/files/Makefile.bsd
@@ -4,7 +4,8 @@ SHLIB_MAJOR= 1
SHLIB_MINOR= 2
LIBDIR = ${LOCALBASE}/lib
-INCDIR = ${LOCALBASE}/include
+INCSDIR = ${LOCALBASE}/include
+INCDIR = ${INCSDIR} # for pre-bsd.incs.mk API
NOPROFILE= Don't want it
CFLAGS+= -DHAVE_WCHAR_H=1 -DHAVE_DLFCN_H=1 -Werror