summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-01-29 23:51:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-01-29 23:51:55 +0000
commitb5de47e69aa546b8f9449f0a2a7c2c6b81d8cc34 (patch)
treede3140ef3cb3748036df1a0f21795ce57c8793b7 /textproc
parentFix fetchable now (invalid checksum): the default (diff)
Use libtool port instead of included version to avoid a.out objformat botch
Notes
Notes: svn path=/head/; revision=183664
Diffstat (limited to 'textproc')
-rw-r--r--textproc/jade/Makefile1
-rw-r--r--textproc/modlogan/Makefile1
-rw-r--r--textproc/rast/Makefile1
-rw-r--r--textproc/xls2xml/Makefile1
4 files changed, 4 insertions, 0 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile
index 5701daf78304..6ec7fefb93bb 100644
--- a/textproc/jade/Makefile
+++ b/textproc/jade/Makefile
@@ -24,6 +24,7 @@ RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
CONFLICTS= sp-1.*
+USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile
index 14ece3e2f550..92f5cf44af86 100644
--- a/textproc/modlogan/Makefile
+++ b/textproc/modlogan/Makefile
@@ -19,6 +19,7 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \
pcre.0:${PORTSDIR}/devel/pcre \
expat.6:${PORTSDIR}/textproc/expat2
+USE_AUTOTOOLS= libtool:15
USE_GETTEXT= yes
.if defined(WITH_MYSQL)
# To quote the author:
diff --git a/textproc/rast/Makefile b/textproc/rast/Makefile
index 826d1780722d..bcf5941d5b61 100644
--- a/textproc/rast/Makefile
+++ b/textproc/rast/Makefile
@@ -17,6 +17,7 @@ COMMENT= Full-text search system using N-gram
BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr
+USE_AUTOTOOLS= libtool:15
USE_BZIP2= YES
USE_BDB= 42
GNU_CONFIGURE= YES
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" \