Added missing dependency for doxygen required to create docs during build

This commit is contained in:
wulf 2004-10-04 13:21:15 +00:00
parent 42ccb369db
commit 411eca7f54

View file

@ -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