diff options
author | dmcmahill <dmcmahill> | 2000-02-28 01:25:13 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-02-28 01:25:13 +0000 |
commit | 3234fdc3c6c8bdb6c09ee880bf8aafe1bfb64e48 (patch) | |
tree | 2ead850134bd3a2df70e1b779fc67565c1fa5c21 /misc | |
parent | 6f4f3226b06f4828b56c162b895b2fec1db121a4 (diff) | |
download | pkgsrc-3234fdc3c6c8bdb6c09ee880bf8aafe1bfb64e48.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')
-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" |