aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-10-05 18:09:21 +0800
committertijl <tijl@FreeBSD.org>2014-10-05 18:09:21 +0800
commit91279cd61a8bbf8f5e70b363de595bbb7988b780 (patch)
tree768cf15e6b60cd6fd4d4656b350f52ba340c1811 /dns
parentcf1bb1de98eaec06fb2f4584cba483f4723064a7 (diff)
downloadfreebsd-ports-gnome-91279cd61a8bbf8f5e70b363de595bbb7988b780.tar.gz
freebsd-ports-gnome-91279cd61a8bbf8f5e70b363de595bbb7988b780.tar.zst
freebsd-ports-gnome-91279cd61a8bbf8f5e70b363de595bbb7988b780.zip
Avoid dependency on devel/libtool
Diffstat (limited to 'dns')
-rw-r--r--dns/ldns/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile
index bc3c66621bab..4c1936927359 100644
--- a/dns/ldns/Makefile
+++ b/dns/ldns/Makefile
@@ -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:
2017-05-23 13:03:14 +0800'>2017-05-231-0/+1 * Update misc/qt5ct to 0.32Tobias C. Berner2017-05-162-4/+4 * Update to 0.31Tobias C. Berner2017-05-112-4/+4 * Take in olivierd@'s commit bit on his request.Rene Ladan2017-03-191-1/+1 * Update to 0.30Olivier Duchateau2017-02-052-4/+4 * Update to 0.29Olivier Duchateau2017-01-26