summaryrefslogtreecommitdiff
path: root/devel/cppunit/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-20 11:48:03 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-20 11:48:03 +0000
commitec8d90bc755c19c39529a1fa9b48d62ccbb0247c (patch)
tree85a3b219dc136006bb41be7364a5e7aeea3e2745 /devel/cppunit/Makefile
parent8fa04ef3fc3607d8afd153163640b8544cde4fe2 (diff)
downloadpkgsrc-ec8d90bc755c19c39529a1fa9b48d62ccbb0247c.tar.gz
Yet another doxygen catchup. Bump revision.
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 dea42805932..c0c065b85d4 100644
--- a/devel/cppunit/Makefile
+++ b/devel/cppunit/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2008/03/15 13:41:42 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2008/06/20 11:48:03 joerg Exp $
#
DISTNAME= cppunit-1.10.2
-PKGREVISION= 7
+PKGREVISION= 8
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.1nb1:../../devel/doxygen
+BUILD_DEPENDS+= doxygen>=1.5.6:../../devel/doxygen
USE_LIBTOOL= yes
USE_LANGUAGES= c c++