summaryrefslogtreecommitdiff
path: root/devel/cppunit/Makefile
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-08-20 03:56:53 +0000
committerhasso <hasso@pkgsrc.org>2009-08-20 03:56:53 +0000
commitcf74cb7bf85534faaa69d9f97e9b522a3cc4a81d (patch)
tree2586a00959da5b373d42628d3082759e138cb90c /devel/cppunit/Makefile
parent3fb04e3a174d3ebb81657f1e6a2f8cf20d54c155 (diff)
downloadpkgsrc-cf74cb7bf85534faaa69d9f97e9b522a3cc4a81d.tar.gz
Doxygen bump.
Diffstat (limited to 'devel/cppunit/Makefile')
-rw-r--r--devel/cppunit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile
index c0c065b85d4..dae91d1ef18 100644
--- a/devel/cppunit/Makefile
+++ b/devel/cppunit/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2008/06/20 11:48:03 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2009/08/20 03:56:53 hasso Exp $
#
DISTNAME= cppunit-1.10.2
-PKGREVISION= 8
+PKGREVISION= 9
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.6:../../devel/doxygen
+BUILD_DEPENDS+= doxygen>=1.5.9:../../devel/doxygen
USE_LIBTOOL= yes
USE_LANGUAGES= c c++