summaryrefslogtreecommitdiff
path: root/finance/gnucash
diff options
context:
space:
mode:
authorrh <rh>2003-01-16 23:02:23 +0000
committerrh <rh>2003-01-16 23:02:23 +0000
commit46a519523dbbda9cf85548584887665081a25cd9 (patch)
tree279d8ebd474c022857ae42adb78d391982c66608 /finance/gnucash
parent69288e896573af57fbcf676550aa1f98746abd5a (diff)
downloadpkgsrc-46a519523dbbda9cf85548584887665081a25cd9.tar.gz
Make this compile on non-xpgwedge systems as well.
Diffstat (limited to 'finance/gnucash')
-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"