diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-03-24 20:59:17 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-03-24 20:59:17 +0000 |
commit | 2c577f8a041049feb0bad6cf7f6b632bd7d2e62c (patch) | |
tree | 7ad5167a9cbd76e6341d76926de0cda2e2aa16d5 /textproc/dict | |
parent | 64aa23f444f817a248df3aba8bcd2dd2bab472c0 (diff) |
Notes
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 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" \ |