diff options
author | gdt <gdt@pkgsrc.org> | 2016-07-20 23:59:56 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2016-07-20 23:59:56 +0000 |
commit | 1ae2a408124b9df5f74503af2fc0ad312ff4ce6f (patch) | |
tree | b4b95164eace3a1c80ddab0ab357c9e4e64f439d /meta-pkgs | |
parent | 318d296dd4e250469ab8d359f2d5f2404187c3f6 (diff) | |
download | pkgsrc-1ae2a408124b9df5f74503af2fc0ad312ff4ce6f.tar.gz |
Include gnuradio-doxygen (now fixed)
The PLIST issues with gnuradio-doxygen have been ironed out by
adjusting the TeX dependencies to be strong enough; now multiple
builders on different systems obtain the same PLIST. Therefore
gnuradio-doxygen returns to the metapackage, at least for now.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/gnuradio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-pkgs/gnuradio/Makefile b/meta-pkgs/gnuradio/Makefile index 72eca2b9b89..d98b0ab66b4 100644 --- a/meta-pkgs/gnuradio/Makefile +++ b/meta-pkgs/gnuradio/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.16 2016/06/16 14:05:38 mef Exp $ +# $NetBSD: Makefile,v 1.17 2016/07/20 23:59:56 gdt Exp $ META_PACKAGE= yes .include "../../ham/gnuradio-core/Makefile.version" DISTNAME= gnuradio-${VERSION} +PKGREVISION= 1 CATEGORIES= meta-pkgs ham MASTER_SITES= # empty DISTFILES= # empty @@ -22,8 +23,7 @@ DEPENDS+= gnuradio-core-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-core DEPENDS+= gnuradio-ctrlport-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-ctrlport DEPENDS+= gnuradio-digital-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-digital -# dropped, for unstable with doxygen update -#EPENDS+= gnuradio-doxygen-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-doxygen +DEPENDS+= gnuradio-doxygen-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-doxygen DEPENDS+= gnuradio-dtv-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-dtv DEPENDS+= gnuradio-fcd-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-fcd DEPENDS+= gnuradio-fec-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-fec |