summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-postgresql
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-01-05 20:14:20 +0000
committerjlam <jlam@pkgsrc.org>2003-01-05 20:14:20 +0000
commit475cbe5281ff44f7b13454f24fc7d64c2a338df2 (patch)
treeb69974774881184f981349b96bd3d886fb6d92b6 /databases/p5-DBD-postgresql
parent4ec712783e2eb6ec0ee1c259ba86d37331e80721 (diff)
downloadpkgsrc-475cbe5281ff44f7b13454f24fc7d64c2a338df2.tar.gz
Bump PKGREVISION due to increase in the major number of libpq.so between
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
Diffstat (limited to 'databases/p5-DBD-postgresql')
-rw-r--r--databases/p5-DBD-postgresql/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile
index 5ca9864d64d..0b951502232 100644
--- a/databases/p5-DBD-postgresql/Makefile
+++ b/databases/p5-DBD-postgresql/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.20 2002/10/27 19:39:01 seb Exp $
+# $NetBSD: Makefile,v 1.21 2003/01/05 20:14:24 jlam Exp $
#
VER= 1.13
DISTNAME= DBD-Pg-${VER}
PKGNAME= p5-DBD-postgresql-${VER}
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= p5dpo
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/JBAKER/}
@@ -19,7 +19,7 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBD/Pg/.packlist
PGUSER?= pgsql
PGPREFIX= ${PREFIX}/${PGUSER}
-MAKE_ENV+= POSTGRES_INCLUDE=${BUILDLINK_PREFIX.postgresql-lib}/include/pgsql
+MAKE_ENV+= POSTGRES_INCLUDE=${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql
MAKE_ENV+= POSTGRES_LIB=${BUILDLINK_PREFIX.postgresql-lib}/lib
.include "../../databases/p5-DBI/buildlink2.mk"