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