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