From b8fa644743567f989015f2c3fe004abd0c08d0ce Mon Sep 17 00:00:00 2001 From: sturm Date: Fri, 10 Oct 2008 19:56:21 +0000 Subject: [PATCH] needs autoconf to build properly --- devel/cunit/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/cunit/Makefile b/devel/cunit/Makefile index 015bb5b75d9..0c0c5e2f590 100644 --- a/devel/cunit/Makefile +++ b/devel/cunit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2008/08/29 09:18:39 sthen Exp $ +# $OpenBSD: Makefile,v 1.2 2008/10/10 19:56:21 sturm Exp $ COMMENT = c unit testing framework @@ -24,7 +24,8 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=cunit/} EXTRACT_SUFX = -src.tar.gz USE_LIBTOOL = Yes -CONFIGURE_STYLE = gnu +CONFIGURE_STYLE = autoconf CONFIGURE_ARGS += --enable-curses +AUTOCONF_VERSION = 2.59 .include