diff options
author | dmcmahill <dmcmahill> | 2000-02-28 01:25:13 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-02-28 01:25:13 +0000 |
commit | 4d7b536d36fe7e054f78d9b0f9b46842f2725683 (patch) | |
tree | 2ead850134bd3a2df70e1b779fc67565c1fa5c21 /misc/gnucash/Makefile | |
parent | 31ae1016844762742794ca73fed460e560cfb851 (diff) | |
download | pkgsrc-4d7b536d36fe7e054f78d9b0f9b46842f2725683.tar.gz |
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.
Diffstat (limited to 'misc/gnucash/Makefile')
-rw-r--r-- | misc/gnucash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |