summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-01-23 20:15:35 +0000
committertron <tron@pkgsrc.org>2002-01-23 20:15:35 +0000
commitb2d2a7ab3713e47b92e302109faef6d83d966ef1 (patch)
treed563f448b1f79fd9802b8c342b64e51712ea62e4 /finance
parente3f66ec5333001020b07874f6156cdc379af3f38 (diff)
downloadpkgsrc-b2d2a7ab3713e47b92e302109faef6d83d966ef1.tar.gz
Switch to new "python" dependency scheme.
Diffstat (limited to 'finance')
-rw-r--r--finance/gnucash/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index f3ffed70f6e..b356e888773 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2001/12/17 22:29:04 mjl Exp $
+# $NetBSD: Makefile,v 1.19 2002/01/23 20:15:35 tron Exp $
DISTNAME= gnucash-1.6.5
CATEGORIES= finance
@@ -34,6 +34,7 @@ CONFIGURE_ARGS+= --with-perl=${PERL5}
CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib/python${PYVERSSUFFIX}/config
.include "../../mk/bsd.prefs.mk"
@@ -48,4 +49,5 @@ post-extract:
.endif
.endif
+.include "../../lang/python/pyversion.mk"
.include "../../mk/bsd.pkg.mk"