summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorrh <rh>2003-01-16 23:02:23 +0000
committerrh <rh>2003-01-16 23:02:23 +0000
commit01b8f4d238cd124e21921664e8c2be027f86479b (patch)
tree279d8ebd474c022857ae42adb78d391982c66608 /finance
parent6017f3c0cc8f965127a7b8365be891994f1d0986 (diff)
downloadpkgsrc-01b8f4d238cd124e21921664e8c2be027f86479b.tar.gz
Make this compile on non-xpgwedge systems as well.
Diffstat (limited to 'finance')
-rw-r--r--finance/gnucash/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index 55fdc7a2bc2..510a0000e1f 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2003/01/15 23:44:30 rh Exp $
+# $NetBSD: Makefile,v 1.35 2003/01/16 23:02:23 rh Exp $
DISTNAME= gnucash-1.6.8
PKGREVISION= 3
@@ -27,6 +27,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-included-gettext
CONFIGURE_ARGS+= --with-perl-includes=${PERL5_ARCHLIB}
CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv}
+CONFIGURE_ENV+= PKG_CONFIG_PATH="${PREFIX}/lib/pkgconfig:${X11BASE}/lib/pkgconfig"
.include "../../mk/bsd.prefs.mk"