From 4d7b536d36fe7e054f78d9b0f9b46842f2725683 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Mon, 28 Feb 2000 01:25:13 +0000 Subject: changed PREFIX to LOCALBASE for the location of guile. Note that the presence of USE_MOTIF causes PREFIX to be set to X11BASE. This caused guile to not be found. --- misc/gnucash/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/gnucash/Makefile b/misc/gnucash/Makefile index 97d9215f7ee..0e4b3969090 100644 --- a/misc/gnucash/Makefile +++ b/misc/gnucash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/02/13 01:59:32 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2000/02/28 01:25:13 dmcmahill Exp $ # DISTNAME= gnucash-1.1.25 @@ -20,7 +20,7 @@ DEPENDS+= gtk+-1.2.*:../../x11/gtk USE_X11= yes USE_MOTIF= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-guile=${PREFIX} --with-perl-includes=${PREFIX}/lib/perl5/${MACHINE_ARCH}-netbsd/5.00404/CORE +CONFIGURE_ARGS+= --with-guile=${LOCALBASE} --with-perl-includes=${LOCALBASE}/lib/perl5/${MACHINE_ARCH}-netbsd/5.00404/CORE USE_GMAKE= yes .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3