diff options
author | adam <adam@pkgsrc.org> | 2019-06-16 19:25:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-06-16 19:25:10 +0000 |
commit | c478d6a3c25d98b80a902db85eed58a0981da9c3 (patch) | |
tree | 9e0c558b93607ec2794ac0964bd20508009a9f94 /meta-pkgs | |
parent | 8fa1f9812eb4c1382c5a8c2cb315adec0c4850a4 (diff) | |
download | pkgsrc-c478d6a3c25d98b80a902db85eed58a0981da9c3.tar.gz |
bulk-medium: removed references to py-matplotlib-gtk2
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/bulk-medium/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-pkgs/bulk-medium/Makefile b/meta-pkgs/bulk-medium/Makefile index 495374bcaee..05e70572847 100644 --- a/meta-pkgs/bulk-medium/Makefile +++ b/meta-pkgs/bulk-medium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2019/06/08 20:04:23 leot Exp $ +# $NetBSD: Makefile,v 1.60 2019/06/16 19:25:10 adam Exp $ DISTNAME= bulk-medium-20190518 CATEGORIES= meta-pkgs @@ -10,8 +10,6 @@ COMMENT= Meta-package for a standard medium-sized limited bulk build META_PACKAGE= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-matplotlib-gtk2 - RESTRICTED= Just for test build purpose NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} @@ -78,7 +76,6 @@ BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick BUILD_DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot BUILD_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm BUILD_DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib -BUILD_DEPENDS+= ${PYPKGPREFIX}-matplotlib-gtk-[0-9]*:../../graphics/py-matplotlib-gtk2 BUILD_DEPENDS+= gawk-[0-9]*:../../lang/gawk BUILD_DEPENDS+= php>=7.1<7.2:../../lang/php71 BUILD_DEPENDS+= ruby24-base-[0-9]*:../../lang/ruby24-base |