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 /net/openldap22-server | |
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 'net/openldap22-server')
-rw-r--r-- | net/openldap22-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap22-server/Makefile b/net/openldap22-server/Makefile index 69b3288..963298a 100644 --- a/net/openldap22-server/Makefile +++ b/net/openldap22-server/Makefile @@ -62,7 +62,7 @@ CONFLICTS+= ${PKGNAMEPREFIX}${PORTNAME}-server-2.[013-9].* USE_OPENSSL= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 14 +USE_LIBTOOL_VER= 15 DESCR= ${PKGDIR}/pkg-descr${OPENLDAP_PKGFILESUFX} PLIST= ${PKGDIR}/pkg-plist${OPENLDAP_PKGFILESUFX} |