aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-03-24 20:59:17 +0000
committerAde Lovett <ade@FreeBSD.org>2004-03-24 20:59:17 +0000
commit2c577f8a041049feb0bad6cf7f6b632bd7d2e62c (patch)
tree7ad5167a9cbd76e6341d76926de0cda2e2aa16d5 /textproc
parent64aa23f444f817a248df3aba8bcd2dd2bab472c0 (diff)
downloadports-2c577f8a041049feb0bad6cf7f6b632bd7d2e62c.tar.gz
ports-2c577f8a041049feb0bad6cf7f6b632bd7d2e62c.zip
Convert all but one port that uses libtool14 to use libtool15, in readiness
for the destruction of devel/libtool14
Notes
Notes: svn path=/head/; revision=105149
Diffstat (limited to 'textproc')
-rw-r--r--textproc/dict/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile
index b080718694d9..b0aede382812 100644
--- a/textproc/dict/Makefile
+++ b/textproc/dict/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl
USE_BISON= yes
USE_REINPLACE= yes
-USE_LIBTOOL_VER= 14
+USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \
--with-etcdir=${PREFIX}/etc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \