From 59ee6612f0b9a6fecc8304aa4b7ed3c16c694282 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 23 Jan 2002 20:15:35 +0000 Subject: Switch to new "python" dependency scheme. --- finance/gnucash/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'finance/gnucash') 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" -- cgit v1.2.3