diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-28 14:37:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-28 14:37:21 +0000 |
commit | 32d9b943d76356d61d17065b322e0c122e92e48a (patch) | |
tree | 4d89c58db14095e4b2cc42ac6a28d7d8dbcc3274 /devel/cppunit/Makefile | |
parent | c3df4a2dc652ff2a798d78e2f0456354ef5ff39b (diff) | |
download | pkgsrc-32d9b943d76356d61d17065b322e0c122e92e48a.tar.gz |
Play the Doxygen game again.
Diffstat (limited to 'devel/cppunit/Makefile')
-rw-r--r-- | devel/cppunit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile index 5d5702c77e0..f975b244f92 100644 --- a/devel/cppunit/Makefile +++ b/devel/cppunit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2009/08/24 05:59:24 hasso Exp $ +# $NetBSD: Makefile,v 1.16 2010/01/28 14:37:21 joerg Exp $ # DISTNAME= cppunit-1.10.2 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cppunit/} @@ -12,7 +12,7 @@ COMMENT= CppUnit is a C++ unit testing framework PKG_DESTDIR_SUPPORT= user-destdir -BUILD_DEPENDS+= doxygen>=1.6.0:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.6.2:../../devel/doxygen USE_LIBTOOL= yes USE_LANGUAGES= c c++ |