pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/guile-pg Remove hack, now that pg_config com...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c61f013d87b2
branches:  trunk
changeset: 486104:c61f013d87b2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 22 23:59:06 2004 +0000

description:
Remove hack, now that pg_config comes with postgresql-libs package.

diffstat:

 databases/guile-pg/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 4c30f63b63a4 -r c61f013d87b2 databases/guile-pg/Makefile
--- a/databases/guile-pg/Makefile       Wed Dec 22 21:46:24 2004 +0000
+++ b/databases/guile-pg/Makefile       Wed Dec 22 23:59:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/12/03 13:41:30 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2004/12/22 23:59:06 wiz Exp $
 #
 
 DISTNAME=      guile-pg-0.23
@@ -9,9 +9,6 @@
 HOMEPAGE=      http://www.glug.org/people/ttn/software/guile-pg/
 COMMENT=       PostgreSQL interface for Guile
 
-# This is wrong if pgsql.buildlink3.mk chooses otherwise.
-DEPENDS+=      postgresql74-client>=7.4.1:../../databases/postgresql74-client
-
 USE_BUILDLINK3=        YES
 USE_LIBTOOL=   YES
 USE_GNU_TOOLS+=        make



Home | Main Index | Thread Index | Old Index