diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-14 00:54:43 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-14 00:54:43 +0000 |
commit | 525fa3c546f9d39018d4b9acd2c77643cb5df4de (patch) | |
tree | 86b01f3e99cb84d00099cf77e6aad7e2c5986806 /meta-pkgs | |
parent | 188ed37b3aacac90cbe778bd3de0baf55b388006 (diff) | |
download | pkgsrc-525fa3c546f9d39018d4b9acd2c77643cb5df4de.tar.gz |
drop ruby200-base
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/bulk-medium/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-pkgs/bulk-medium/Makefile b/meta-pkgs/bulk-medium/Makefile index 67de6174281..f80cfa685bc 100644 --- a/meta-pkgs/bulk-medium/Makefile +++ b/meta-pkgs/bulk-medium/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2015/12/05 21:25:49 adam Exp $ +# $NetBSD: Makefile,v 1.34 2016/03/14 00:54:43 tnn Exp $ -DISTNAME= bulk-medium-20151004 +DISTNAME= bulk-medium-20160314 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -85,7 +85,6 @@ BUILD_DEPENDS+= gawk-[0-9]*:../../lang/gawk BUILD_DEPENDS+= php>=5.5<5.6:../../lang/php55 BUILD_DEPENDS+= php>=5.6<5.7:../../lang/php56 BUILD_DEPENDS+= ruby18-base-[0-9]*:../../lang/ruby18-base -BUILD_DEPENDS+= ruby200-base-[0-9]*:../../lang/ruby200-base BUILD_DEPENDS+= ruby21-base-[0-9]*:../../lang/ruby21-base BUILD_DEPENDS+= ruby22-base-[0-9]*:../../lang/ruby22-base BUILD_DEPENDS+= sun-jdk6-[0-9]*:../../lang/sun-jdk6 |