pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cppunit Added missing dependency for doxygen req...
details: https://anonhg.NetBSD.org/pkgsrc/rev/67d137bbc06b
branches: trunk
changeset: 481432:67d137bbc06b
user: wulf <wulf%pkgsrc.org@localhost>
date: Mon Oct 04 13:21:15 2004 +0000
description:
Added missing dependency for doxygen required to create docs during build
diffstat:
devel/cppunit/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 1254d81ce230 -r 67d137bbc06b devel/cppunit/Makefile
--- a/devel/cppunit/Makefile Mon Oct 04 12:49:06 2004 +0000
+++ b/devel/cppunit/Makefile Mon Oct 04 13:21:15 2004 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index