diff options
author | gdt <gdt@pkgsrc.org> | 2006-05-12 21:01:59 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-05-12 21:01:59 +0000 |
commit | b35f01cd5d4d0049ccbd14abe18d47382cb69dcf (patch) | |
tree | b630be90e61711f6a848ef4c33e59f52d8d3532b | |
parent | 563669d58ec696ed99fb4d5a9bf6a90b15f85483 (diff) | |
download | pkgsrc-b35f01cd5d4d0049ccbd14abe18d47382cb69dcf.tar.gz |
USE_LANGUAGES+= c++
-rw-r--r-- | devel/cppunit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile index 33a98be7b08..396b650b486 100644 --- a/devel/cppunit/Makefile +++ b/devel/cppunit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:08:40 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/05/12 21:01:59 gdt Exp $ # DISTNAME= cppunit-1.10.2 @@ -13,6 +13,7 @@ COMMENT= CppUnit is a C++ unit testing framework BUILD_DEPENDS+= doxygen>=1.3.6:../../devel/doxygen USE_LIBTOOL= yes +USE_LANGUAGES+= c++ USE_TOOLS+= gmake GNU_CONFIGURE= yes |