1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Avoid dependency on devel/libtool

This commit is contained in:
Tijl Coosemans 2014-10-05 10:09:21 +00:00
parent 9811ac1bd7
commit 42e4920bfe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370050

View File

@ -14,8 +14,8 @@ COMMENT= Library for programs conforming to DNS RFCs and drafts
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
USES= gmake libtool
USE_AUTOTOOLS= libtoolize
USE_OPENSSL= yes
USE_LDCONFIG= yes
@ -108,15 +108,18 @@ CONFIGURE_ARGS+= --enable-rrtype-ta
.if ! (defined(BUILD_PYLDNS) || defined(BUILD_P5PERL))
post-configure:
# ac_cv_prog_libtool=../libtool => Always use bundled libtool
.if ${PORT_OPTIONS:MEXAMPLES}
@(cd ${WRKSRC}/examples; ./configure --prefix=${PREFIX} \
--infodir=${PREFIX}/${INFO_PATH} --mandir=${MANPREFIX}/man \
--build=${CONFIGURE_TARGET} ${NO_GOST} ${NO_SHA2})
--build=${CONFIGURE_TARGET} ${NO_GOST} ${NO_SHA2} \
ac_cv_prog_libtool=../libtool)
.endif
.if ${PORT_OPTIONS:MDRILL}
@(cd ${WRKSRC}/drill; ./configure --prefix=${PREFIX} \
--mandir=${MANPREFIX}/man \
--build=${CONFIGURE_TARGET})
--build=${CONFIGURE_TARGET} \
ac_cv_prog_libtool=../libtool)
.endif
post-build: