diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-22 23:59:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-22 23:59:06 +0000 |
commit | c058b026fb77644d22518745fd9c45f306ad1519 (patch) | |
tree | df77900f5255d7858f973c588322ad384c8f034b /databases | |
parent | 650b62997db5e06fc7cd124802ea3e3587d2bb4f (diff) | |
download | pkgsrc-c058b026fb77644d22518745fd9c45f306ad1519.tar.gz |
Remove hack, now that pg_config comes with postgresql-libs package.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/guile-pg/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/guile-pg/Makefile b/databases/guile-pg/Makefile index 4f2a6f6d2d1..4afbde517b3 100644 --- a/databases/guile-pg/Makefile +++ b/databases/guile-pg/Makefile @@ -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 @@ MAINTAINER= gdt@ir.bbn.com 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 |