aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-10-23 16:38:29 +0800
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-10-23 16:38:29 +0800
commit7ee4f87a0d191b440fa62ab7a9513da70b01821e (patch)
tree7f67a122c33082649e4e0e0d717fbbbf32564b78 /textproc
parent9701613a5f7defbce85e91a51b8a23c92682f849 (diff)
downloadfreebsd-ports-7ee4f87a0d191b440fa62ab7a9513da70b01821e.tar.gz
freebsd-ports-7ee4f87a0d191b440fa62ab7a9513da70b01821e.tar.zst
freebsd-ports-7ee4f87a0d191b440fa62ab7a9513da70b01821e.zip
Add "-I${LOCALBASE}/include" into CPPFLAGS to fix bento builds.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=34127
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>