summaryrefslogtreecommitdiff
path: root/devel/cppunit
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2004-10-04 13:21:15 +0000
committerwulf <wulf@pkgsrc.org>2004-10-04 13:21:15 +0000
commit411eca7f5423d03cff734c6e8dd63cbf2de00093 (patch)
treed44291579421b1ec9c45f52c407e2bf5aaa9ed7f /devel/cppunit
parent42ccb369db5bf64912cdccb3725d01eb00a0c25a (diff)
downloadpkgsrc-411eca7f5423d03cff734c6e8dd63cbf2de00093.tar.gz
Added missing dependency for doxygen required to create docs during build
Diffstat (limited to 'devel/cppunit')
-rw-r--r--devel/cppunit/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile
index 59086639c87..3ba21169c0b 100644
--- a/devel/cppunit/Makefile
+++ b/devel/cppunit/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/09/30 22:29:31 wulf Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/04 13:21:15 wulf Exp $
#
DISTNAME= cppunit-1.10.2
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cppunit/}
@@ -9,6 +10,8 @@ MAINTAINER= wulf@NetBSD.org
HOMEPAGE= http://cppunit.sourceforge.net/
COMMENT= CppUnit is a C++ unit testing framework
+BUILD_DEPENDS+= doxygen>=1.3.6:../../devel/doxygen
+
USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes