summaryrefslogtreecommitdiff
path: root/meta-pkgs/gnuradio
diff options
context:
space:
mode:
authorjoerg <joerg>2007-04-04 16:05:44 +0000
committerjoerg <joerg>2007-04-04 16:05:44 +0000
commit311b3d897c8c27530ebfd55051f5ef9e5e8f3f54 (patch)
treefa35b41426f64059b1872bf0712aaf6b7b68578c /meta-pkgs/gnuradio
parentb2a7802690d88a6332fa6facfd2347e5647f1337 (diff)
downloadpkgsrc-311b3d897c8c27530ebfd55051f5ef9e5e8f3f54.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