diff options
-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 |