summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-10-23 08:38:29 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-10-23 08:38:29 +0000
commit7ee4f87a0d191b440fa62ab7a9513da70b01821e (patch)
tree7f67a122c33082649e4e0e0d717fbbbf32564b78 /textproc
parent- Update MASTER_SITES and WWW as the homepage has been moved to Sourceforge (diff)
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>