summaryrefslogtreecommitdiff
path: root/databases/guile-pg
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-01-07 11:42:31 +0000
committeruebayasi <uebayasi>2003-01-07 11:42:31 +0000
commit8b6eb44e7562f8a90068be2849e13a160fd808a3 (patch)
treea9742cb9e331c5ec48cb07c14935366906feecd9 /databases/guile-pg
parentc1c2a961491525aaee4bcb4ce4b282b91c79a8c6 (diff)
downloadpkgsrc-8b6eb44e7562f8a90068be2849e13a160fd808a3.tar.gz
Buildlinkify.
Diffstat (limited to 'databases/guile-pg')
-rw-r--r--databases/guile-pg/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/guile-pg/Makefile b/databases/guile-pg/Makefile
index 8177362f004..28d7810d843 100644
--- a/databases/guile-pg/Makefile
+++ b/databases/guile-pg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/01/07 03:56:19 uebayasi Exp $
+# $NetBSD: Makefile,v 1.4 2003/01/07 11:43:48 uebayasi Exp $
#
DISTNAME= guile-pg-0.07
@@ -12,14 +12,16 @@ COMMENT= PostgreSQL interface for Guile
DEPENDS+= postgresql-lib>=7.3.1:../../databases/postgresql-lib
+USE_BUILDLINK2= YES
USE_LIBTOOL= YES
USE_GMAKE= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --with-libpq-includes=${PREFIX}/include/postgresql
+CONFIGURE_ARGS+= --with-libpq-includes=${BUILDLINK_DIR}/include/postgresql
#INFO_FILES= guile-pg.info
+.include "../../databases/postgresql-lib/buildlink2.mk"
.include "../../lang/guile14/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"