configure checks for gnu libtool, but the build will use "our" libtool

This commit is contained in:
jasper 2011-09-23 13:06:26 +00:00
parent 1ab24ad84d
commit b31268c068

View File

@ -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 <bsd.port.mk>