diff options
author | uebayasi <uebayasi> | 2003-01-07 12:52:44 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-01-07 12:52:44 +0000 |
commit | 2f418700d350775381270948b7b11800055beb55 (patch) | |
tree | 8cc653a3ba9c12f585d74e3c17c712ca282ef57a /databases/guile-pg | |
parent | 6a2ff405a5b9d5e6c0240d0aa368fd1a59f6971a (diff) | |
download | pkgsrc-2f418700d350775381270948b7b11800055beb55.tar.gz |
Use the right interface of Buildlinked directory.
Pointed out by wiz.
Diffstat (limited to 'databases/guile-pg')
-rw-r--r-- | databases/guile-pg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/guile-pg/Makefile b/databases/guile-pg/Makefile index 28d7810d843..6a5ffcccfbf 100644 --- a/databases/guile-pg/Makefile +++ b/databases/guile-pg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/01/07 11:43:48 uebayasi Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/07 12:52:44 uebayasi Exp $ # DISTNAME= guile-pg-0.07 @@ -17,7 +17,7 @@ USE_LIBTOOL= YES USE_GMAKE= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --with-libpq-includes=${BUILDLINK_DIR}/include/postgresql +CONFIGURE_ARGS+= --with-libpq-includes=${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql #INFO_FILES= guile-pg.info |