pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-PgSQL fix postgresql-lib include



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa0193bfcd13
branches:  trunk
changeset: 478376:aa0193bfcd13
user:      recht <recht%pkgsrc.org@localhost>
date:      Thu Jul 22 19:30:35 2004 +0000

description:
fix postgresql-lib include
spotted by kristerw

diffstat:

 databases/py-PgSQL/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r bc74adec8ae6 -r aa0193bfcd13 databases/py-PgSQL/Makefile
--- a/databases/py-PgSQL/Makefile       Thu Jul 22 18:16:01 2004 +0000
+++ b/databases/py-PgSQL/Makefile       Thu Jul 22 19:30:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/07/22 09:16:00 recht Exp $
+# $NetBSD: Makefile,v 1.7 2004/07/22 19:30:35 recht Exp $
 #
 
 DISTNAME=      pyPgSQL-2.4
@@ -20,5 +20,5 @@
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/application.mk"
 .include "../../time/py-mxDateTime/buildlink3.mk"
-.include "../../databases/postgresql-lib/pglib.mk"
+.include "../../databases/postgresql-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index