diff options
author | recht <recht@pkgsrc.org> | 2004-07-27 19:46:54 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-07-27 19:46:54 +0000 |
commit | 23d4909944c66b76043ad21d59cfc44fab2a9f27 (patch) | |
tree | 687d7b503bfed92a7abcdbec4219b795f5079e64 /databases | |
parent | 9ef2a7a35b2cfc64e22cfc17b5ea56fb10fa501f (diff) | |
download | pkgsrc-23d4909944c66b76043ad21d59cfc44fab2a9f27.tar.gz |
Set PGSQL_VERSION_REQD to 73 to fix the (bulk) build.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-postgresql/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/ruby-postgresql/Makefile b/databases/ruby-postgresql/Makefile index 8c895224dad..5dee716b059 100644 --- a/databases/ruby-postgresql/Makefile +++ b/databases/ruby-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/07/24 22:45:15 recht Exp $ +# $NetBSD: Makefile,v 1.16 2004/07/27 19:46:54 recht Exp $ DISTNAME= ruby-postgres-${VERSION} PKGNAME= ${RUBY_PKGNAMEPREFIX}postgresql-${VERSION} @@ -25,6 +25,8 @@ EXAMPLE_SCRIPTS= psql.rb test1.rb test2.rb test4.rb REPLACE_RUBY= sample/psql.rb sample/test1.rb sample/test2.rb \ sample/test4.rb +PGSQL_VERSION_REQD= 73 + pre-install: @cd ${WRKSRC}; \ ${CP} -p doc/postgres.jp.html doc/postgres.ja.html |