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 /databases/metakit | |
parent | Fix pkg-plist. (diff) |
Convert all but one port that uses libtool14 to use libtool15, in readiness
for the destruction of devel/libtool14
Diffstat (limited to 'databases/metakit')
-rw-r--r-- | databases/metakit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/metakit/Makefile b/databases/metakit/Makefile index 9823241e07d0..e916abfc081c 100644 --- a/databases/metakit/Makefile +++ b/databases/metakit/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/builds -USE_LIBTOOL_VER= 14 +USE_LIBTOOL_VER=15 CONFIGURE_SCRIPT= ../unix/configure LIBTOOLFILES= ${CONFIGURE_SCRIPT} INSTALLS_SHLIB= yes |