diff options
author | jperkin <jperkin@pkgsrc.org> | 2021-05-24 15:04:56 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2021-05-24 15:04:56 +0000 |
commit | 15a617f54957902fea4cb16fada3c58560247e9e (patch) | |
tree | 82c6f384dee1e501bea1bcf204f9c482669f7659 /meta-pkgs | |
parent | 3dffa61592e684d432aff80c0477ed71b33d1a29 (diff) | |
download | pkgsrc-15a617f54957902fea4cb16fada3c58560247e9e.tar.gz |
bulk-large: postgresql95 no longer exists.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/bulk-large/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/bulk-large/Makefile b/meta-pkgs/bulk-large/Makefile index 72e09156b5d..a32e92275e6 100644 --- a/meta-pkgs/bulk-large/Makefile +++ b/meta-pkgs/bulk-large/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2021/02/28 17:12:55 taca Exp $ +# $NetBSD: Makefile,v 1.50 2021/05/24 15:04:56 jperkin Exp $ DISTNAME= bulk-large-20200228 CATEGORIES= meta-pkgs @@ -56,7 +56,7 @@ BUILD_DEPENDS+= avr-libc-[0-9]*:../../cross/avr-libc BUILD_DEPENDS+= avr-gdb-[0-9]*:../../cross/avr-gdb BUILD_DEPENDS+= mysql-client>=5.7:../../databases/mysql57-client BUILD_DEPENDS+= mysql-server>=5.7:../../databases/mysql57-server -BUILD_DEPENDS+= postgresql95-[0-9]*:../../databases/postgresql95 +BUILD_DEPENDS+= postgresql96-[0-9]*:../../databases/postgresql96 BUILD_DEPENDS+= abiword-[0-9]*:../../editors/abiword BUILD_DEPENDS+= emacs25>=25<26:../../editors/emacs25 BUILD_DEPENDS+= emacs-packages-[0-9]*:../../editors/emacs-packages |