diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-01-07 12:52:44 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-01-07 12:52:44 +0000 |
commit | 74c44aee6e52ef2601323c032b53609b4e79f5fa (patch) | |
tree | 8cc653a3ba9c12f585d74e3c17c712ca282ef57a | |
parent | 885fd20920e371924e9d47e2e364fea8aa7a1c38 (diff) | |
download | pkgsrc-74c44aee6e52ef2601323c032b53609b4e79f5fa.tar.gz |
Use the right interface of Buildlinked directory.
Pointed out by wiz.
-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 |