pkgsrc/devel/dejagnu/Makefile
thorpej 472857adc0 Bump to 1.4.3nb2, apply this patch from the dejagnu on
gcc.gnu.org:

2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>

	* lib/target.exp (prune_warnings): Add two more linker
	warning patterns for warnings generated by modern verions
	of NetBSD.
2003-06-14 00:24:27 +00:00

17 lines
418 B
Makefile

# $NetBSD: Makefile,v 1.6 2003/06/14 00:24:27 thorpej Exp $
#
DISTNAME= dejagnu-1.4.3
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=dejagnu/}
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.gnu.org/software/dejagnu/dejagnu.html
COMMENT= TCL/Expect-based framework for regression testing
DEPENDS+= tcl-expect>=5.32.1:../../lang/tcl-expect
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"