summaryrefslogtreecommitdiff
path: root/finance/gnucash
diff options
context:
space:
mode:
authortron <tron>2002-01-23 20:15:35 +0000
committertron <tron>2002-01-23 20:15:35 +0000
commit59ee6612f0b9a6fecc8304aa4b7ed3c16c694282 (patch)
treed563f448b1f79fd9802b8c342b64e51712ea62e4 /finance/gnucash
parent1de98b6de4a47c8dac4f492fd417f934b5a42101 (diff)
downloadpkgsrc-59ee6612f0b9a6fecc8304aa4b7ed3c16c694282.tar.gz
Switch to new "python" dependency scheme.
Diffstat (limited to 'finance/gnucash')
-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"