diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-23 08:38:29 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-23 08:38:29 +0000 |
commit | 7ee4f87a0d191b440fa62ab7a9513da70b01821e (patch) | |
tree | 7f67a122c33082649e4e0e0d717fbbbf32564b78 /textproc/xls2xml | |
parent | 9701613a5f7defbce85e91a51b8a23c92682f849 (diff) |
Notes
Diffstat (limited to 'textproc/xls2xml')
-rw-r--r-- | textproc/xls2xml/Makefile | 1 |
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> |