summaryrefslogtreecommitdiff
path: root/meta-pkgs/gnuradio
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-04-04 16:05:44 +0000
committerjoerg <joerg@pkgsrc.org>2007-04-04 16:05:44 +0000
commit350e30d968584ed8d03d02051e0f3a68792c5f03 (patch)
treefa35b41426f64059b1872bf0712aaf6b7b68578c /meta-pkgs/gnuradio
parent011582fd8e966e0c3f0089a2a038295f5543ef1b (diff)
downloadpkgsrc-350e30d968584ed8d03d02051e0f3a68792c5f03.tar.gz
Raise the build dependency on doxygen to the latest version.
Diffstat (limited to 'meta-pkgs/gnuradio')
-rw-r--r--meta-pkgs/gnuradio/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/gnuradio/Makefile.common b/meta-pkgs/gnuradio/Makefile.common
index 897def3e7a9..bd46d9f2107 100644
--- a/meta-pkgs/gnuradio/Makefile.common
+++ b/meta-pkgs/gnuradio/Makefile.common
@@ -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 @@ GNU_CONFIGURE= yes
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