diff options
author | hasso <hasso@pkgsrc.org> | 2009-08-24 05:59:24 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-08-24 05:59:24 +0000 |
commit | faf6a8fa04c964d5050191b30670ebd4769c50e9 (patch) | |
tree | 0dc0d98d56b0fe4d92963f699f4a0a6702343a86 /devel/cppunit/Makefile | |
parent | 4eec27040b791dde9506d196e60b0d43cab3a11a (diff) | |
download | pkgsrc-faf6a8fa04c964d5050191b30670ebd4769c50e9.tar.gz |
Doxygen bump.
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 dae91d1ef18..5d5702c77e0 100644 --- a/devel/cppunit/Makefile +++ b/devel/cppunit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2009/08/20 03:56:53 hasso Exp $ +# $NetBSD: Makefile,v 1.15 2009/08/24 05:59:24 hasso Exp $ # DISTNAME= cppunit-1.10.2 -PKGREVISION= 9 +PKGREVISION= 10 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.5.9:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.6.0:../../devel/doxygen USE_LIBTOOL= yes USE_LANGUAGES= c c++ |