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 /databases/metakit | |
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 '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 9823241..e916abf 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 |