aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-10-23 16:38:29 +0800
committersobomax <sobomax@FreeBSD.org>2000-10-23 16:38:29 +0800
commit7c271f8d934fc8596dd0bc0ae066e865255ea911 (patch)
treeec0a7d7ac06f5ab472db101f6ca4dd45d0f280a9 /textproc
parent91468a0dc9f99b2c25bc263318d6f5d3d88dbba5 (diff)
downloadfreebsd-ports-gnome-7c271f8d934fc8596dd0bc0ae066e865255ea911.tar.gz
freebsd-ports-gnome-7c271f8d934fc8596dd0bc0ae066e865255ea911.tar.zst
freebsd-ports-gnome-7c271f8d934fc8596dd0bc0ae066e865255ea911.zip
Add "-I${LOCALBASE}/include" into CPPFLAGS to fix bento builds.
Submitted by: bento
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xls2xml/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/xls2xml/Makefile b/textproc/xls2xml/Makefile
index 5fe9e0b7aebd..2ac7902d6da8 100644
--- a/textproc/xls2xml/Makefile
+++ b/textproc/xls2xml/Makefile
@@ -18,5 +18,6 @@ LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole \
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
.include <bsd.port.mk>