summaryrefslogtreecommitdiff
path: root/databases/guile-pg
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-24 22:45:14 +0000
committerrecht <recht@pkgsrc.org>2004-07-24 22:45:14 +0000
commit8dc45652d46a220002347a3b36987cfcc6720ea4 (patch)
tree2a9af75a69e002a52d9f045391377b6b709f9e60 /databases/guile-pg
parent469aa0e7b0acb890daa191ae38db7d113e39ffb8 (diff)
downloadpkgsrc-8dc45652d46a220002347a3b36987cfcc6720ea4.tar.gz
Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL
version.
Diffstat (limited to 'databases/guile-pg')
-rw-r--r--databases/guile-pg/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/guile-pg/Makefile b/databases/guile-pg/Makefile
index a2804588f6d..3163e2da011 100644
--- a/databases/guile-pg/Makefile
+++ b/databases/guile-pg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/05/03 15:58:55 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2004/07/24 22:45:15 recht Exp $
#
DISTNAME= guile-pg-0.07
@@ -10,16 +10,14 @@ MAINTAINER= cjones@NetBSD.org
HOMEPAGE= http://guile-pg.sourceforge.net/
COMMENT= PostgreSQL interface for Guile
-DEPENDS+= postgresql-lib>=7.3.1:../../databases/postgresql-lib
-
USE_BUILDLINK3= YES
USE_LIBTOOL= YES
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --with-libpq-includes=${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql
+CONFIGURE_ARGS+= --with-libpq-includes=${PGSQL_PREFIX}/include/postgresql
INFO_FILES= guile-pg.info
-.include "../../databases/postgresql-lib/buildlink3.mk"
.include "../../lang/guile14/buildlink3.mk"
+.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"