diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-07 19:30:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-07 19:30:48 +0000 |
commit | 3ce960f2252f5ac82dfc9e58afa9b1a5e59b49e7 (patch) | |
tree | 8cf27ea7f4a0f97386250e2bf05f6744abd51bfa | |
parent | 6de1be56208b4e5b23379cab5a4ffaff49bbcd06 (diff) | |
download | pkgsrc-3ce960f2252f5ac82dfc9e58afa9b1a5e59b49e7.tar.gz |
Depend on latest doxygen version (some file changes again).
-rw-r--r-- | meta-pkgs/gnuradio/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/gnuradio/Makefile.common b/meta-pkgs/gnuradio/Makefile.common index eb2743574d1..c67cdcaf4e2 100644 --- a/meta-pkgs/gnuradio/Makefile.common +++ b/meta-pkgs/gnuradio/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2006/05/12 19:24:41 gdt Exp $ +# $NetBSD: Makefile.common,v 1.4 2006/07/07 19:30:48 wiz Exp $ # # This Makefile fragment is included at the top of package Makefiles for # GNU Radio distributed packages (they all share common configure and build @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USE_LANGUAGES= c++ USE_TOOLS+= gmake automake autoconf pkg-config -BUILD_DEPENDS+=doxygen>=1.4.3nb1:../../devel/doxygen +BUILD_DEPENDS+=doxygen>=1.4.7:../../devel/doxygen PY_PATCHPLIST= yes PYTHON_VERSIONS_ACCEPTED= 24 23 |