diff options
author | markd <markd@pkgsrc.org> | 2005-05-02 02:14:23 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-05-02 02:14:23 +0000 |
commit | 4a9f756f9cbc4e9b536a49a281aa7a2ea1d0bf29 (patch) | |
tree | 15c7eeb4c995312bf8f2a4d1f19f9a48f54506aa /databases/postgresql73-lib | |
parent | 7cb2ab985bc4309088f60ac3269f2faced3e8fc3 (diff) | |
download | pkgsrc-4a9f756f9cbc4e9b536a49a281aa7a2ea1d0bf29.tar.gz |
Postgresql 7.3 didn't have plpgsql_scanner_lineno() so use yylineno.
Bump PKGREVISION of postgresql73-lib as plpgsql.so has changed (now
loads successfully).
Diffstat (limited to 'databases/postgresql73-lib')
-rw-r--r-- | databases/postgresql73-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql73-lib/Makefile b/databases/postgresql73-lib/Makefile index 29f55ce4cb3..8acfc5da2e1 100644 --- a/databases/postgresql73-lib/Makefile +++ b/databases/postgresql73-lib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:14 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/02 02:14:24 markd Exp $ PKGNAME= postgresql73-lib-${BASE_VERS} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= pstgl COMMENT= PostgreSQL database headers and libraries |