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 /databases | |
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 'databases')
-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 |