needs autoconf to build properly

This commit is contained in:
sturm 2008-10-10 19:56:21 +00:00
parent 39a9f818a9
commit b8fa644743

View File

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