summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-02-28 01:25:13 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-02-28 01:25:13 +0000
commit65394e5a2271d1f0f991ebd92b1b74e23ee1bd0e (patch)
tree2ead850134bd3a2df70e1b779fc67565c1fa5c21 /misc
parent71e79d3a88c107fac8ec6711cfb8a0b5554e4034 (diff)
downloadpkgsrc-65394e5a2271d1f0f991ebd92b1b74e23ee1bd0e.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/Makefile4
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"