diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-01-07 11:42:31 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-01-07 11:42:31 +0000 |
commit | a102473294474b3f408382c1a802e2c404194bb3 (patch) | |
tree | a9742cb9e331c5ec48cb07c14935366906feecd9 /databases | |
parent | 8beadaa6f10e965b2244cd67051e1e0044130ed6 (diff) | |
download | pkgsrc-a102473294474b3f408382c1a802e2c404194bb3.tar.gz |
Buildlinkify.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/guile-pg/Makefile | 6 |
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" |