diff options
author | kris <kris@FreeBSD.org> | 2007-01-30 07:51:55 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-30 07:51:55 +0800 |
commit | c4b25c8706563848067a2476165dc6d1b9847808 (patch) | |
tree | 0a79c4a43e327cfd471e874f7fe11b78057b34be /textproc/xls2xml | |
parent | e2c3f06a64aca1169fe9b5289b0ebf9227714e9f (diff) | |
download | freebsd-ports-gnome-c4b25c8706563848067a2476165dc6d1b9847808.tar.gz freebsd-ports-gnome-c4b25c8706563848067a2476165dc6d1b9847808.tar.zst freebsd-ports-gnome-c4b25c8706563848067a2476165dc6d1b9847808.zip |
Use libtool port instead of included version to avoid a.out objformat botch
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 dd490fbb8230..a2a6c5211ea5 100644 --- a/textproc/xls2xml/Makefile +++ b/textproc/xls2xml/Makefile @@ -19,6 +19,7 @@ COMMENT= A utility for converting MS Excel files to XML LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole \ xml.5:${PORTSDIR}/textproc/libxml +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |