diff options
author | nia <nia@pkgsrc.org> | 2020-05-23 00:07:56 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-05-23 00:07:56 +0000 |
commit | a0f6ddf52d0bab190dcf29a29146c4e0d305698f (patch) | |
tree | de499fe790406b25e625dddf990ca36a0da9a19e /meta-pkgs/bulk-medium/Makefile | |
parent | cfdec865976af89efada213f1b38a24f51d06d22 (diff) | |
download | pkgsrc-a0f6ddf52d0bab190dcf29a29146c4e0d305698f.tar.gz |
bulk-medium: don't care about the wine version
Diffstat (limited to 'meta-pkgs/bulk-medium/Makefile')
-rw-r--r-- | meta-pkgs/bulk-medium/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/bulk-medium/Makefile b/meta-pkgs/bulk-medium/Makefile index 4c979118c62..27484d024fd 100644 --- a/meta-pkgs/bulk-medium/Makefile +++ b/meta-pkgs/bulk-medium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2020/05/21 15:06:16 taca Exp $ +# $NetBSD: Makefile,v 1.66 2020/05/23 00:07:56 nia Exp $ DISTNAME= bulk-medium-20200521 CATEGORIES= meta-pkgs @@ -69,7 +69,7 @@ BUILD_DEPENDS+= xemacs-packages-[0-9]*:../../editors/xemacs-packages BUILD_DEPENDS+= qemu-[0-9]*:../../emulators/qemu BUILD_DEPENDS+= simh-[0-9]*:../../emulators/simh BUILD_DEPENDS+= tme-[0-9]*:../../emulators/tme -BUILD_DEPENDS+= wine>=1.6<1.7:../../emulators/wine +BUILD_DEPENDS+= wine-[0-9]*:../../emulators/wine BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick BUILD_DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot BUILD_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm |