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