diff options
Diffstat (limited to 'devel/cppunit/Makefile')
-rw-r--r-- | devel/cppunit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile index b1409d5e4a1..e4e00dc08ac 100644 --- a/devel/cppunit/Makefile +++ b/devel/cppunit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/02/06 11:28:17 wulf Exp $ +# $NetBSD: Makefile,v 1.4 2005/05/22 20:07:50 jlam Exp $ # DISTNAME= cppunit-1.10.2 @@ -12,7 +12,7 @@ COMMENT= CppUnit is a C++ unit testing framework BUILD_DEPENDS+= doxygen>=1.3.6:../../devel/doxygen -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" |