diff options
author | ade <ade@FreeBSD.org> | 2004-03-25 04:59:17 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-03-25 04:59:17 +0800 |
commit | c2a0a734363509b1a403283fdd2076853dcae4e6 (patch) | |
tree | d22ea527e45e724b5f937af548f968cb503a6975 /textproc | |
parent | 4fc7254d6e44d0da7992cdc6a559572d1ec454bc (diff) | |
download | freebsd-ports-gnome-c2a0a734363509b1a403283fdd2076853dcae4e6.tar.gz freebsd-ports-gnome-c2a0a734363509b1a403283fdd2076853dcae4e6.tar.zst freebsd-ports-gnome-c2a0a734363509b1a403283fdd2076853dcae4e6.zip |
Convert all but one port that uses libtool14 to use libtool15, in readiness
for the destruction of devel/libtool14
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dict/Makefile | 2 |
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" \ |