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 | e212d89a5bab7561a60310928106d5611d671be5 (patch) | |
tree | 715f6cde69b4426aba60c5bcd2b276b249d4830c /meta-pkgs | |
parent | 9ade9305092ca2336ed79dee88e8de84ab666e8a (diff) | |
download | pkgsrc-e212d89a5bab7561a60310928106d5611d671be5.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 |