Added missing dependency for doxygen required to create docs during build
This commit is contained in:
parent
42ccb369db
commit
411eca7f54
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue