summaryrefslogtreecommitdiff
path: root/devel/cppunit
diff options
context:
space:
mode:
authorwulf <wulf>2004-10-04 13:21:15 +0000
committerwulf <wulf>2004-10-04 13:21:15 +0000
commit9743378ddbf9eabf6f9c9da2125269a94f4bcb87 (patch)
treed44291579421b1ec9c45f52c407e2bf5aaa9ed7f /devel/cppunit
parent14867174cf95b9d4a44fdd35600d8a70d68e06c3 (diff)
downloadpkgsrc-9743378ddbf9eabf6f9c9da2125269a94f4bcb87.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