pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/meta-pkgs/gnuradio Raise the build dependency on doxyg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4791f3a759eb
branches:  trunk
changeset: 527302:4791f3a759eb
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Apr 04 16:05:44 2007 +0000

description:
Raise the build dependency on doxygen to the latest version.

diffstat:

 meta-pkgs/gnuradio/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2a1857f4bf74 -r 4791f3a759eb meta-pkgs/gnuradio/Makefile.common
--- a/meta-pkgs/gnuradio/Makefile.common        Wed Apr 04 15:02:05 2007 +0000
+++ b/meta-pkgs/gnuradio/Makefile.common        Wed Apr 04 16:05:44 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2007/02/22 19:26:48 wiz Exp $
+# $NetBSD: Makefile.common,v 1.8 2007/04/04 16:05:44 joerg Exp $
 #
 # This Makefile fragment is included at the top of package Makefiles for
 # GNU Radio distributed packages (they all share common configure and build
@@ -19,7 +19,7 @@
 USE_LANGUAGES= c c++
 USE_TOOLS+=    gmake automake autoconf pkg-config
 
-BUILD_DEPENDS+=doxygen>=1.4.7:../../devel/doxygen
+BUILD_DEPENDS+=doxygen>=1.5.1:../../devel/doxygen
 
 PY_PATCHPLIST= yes
 PYTHON_VERSIONS_ACCEPTED=      24 23



Home | Main Index | Thread Index | Old Index