From b31268c06812ef60632bef682f93328b095e63ec Mon Sep 17 00:00:00 2001 From: jasper Date: Fri, 23 Sep 2011 13:06:26 +0000 Subject: [PATCH] configure checks for gnu libtool, but the build will use "our" libtool --- lang/freehdl/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lang/freehdl/Makefile b/lang/freehdl/Makefile index 919cfaa7781..3310159d4e3 100644 --- a/lang/freehdl/Makefile +++ b/lang/freehdl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2011/09/16 08:13:12 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2011/09/23 13:06:26 jasper Exp $ COMMENT= open-source (C++ generating) VHDL simulator @@ -27,6 +27,9 @@ WANTLIB += c m stdc++ USE_GMAKE= Yes USE_LIBTOOL= Yes +# Configure checks for gnu libtool, but the build will use "our" libtool +BUILD_DEPENDS= devel/libtool + CONFIGURE_STYLE=gnu .include