summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-01-07 03:56:17 +0000
committeruebayasi <uebayasi>2003-01-07 03:56:17 +0000
commitb90d2246f4ca5cd3bb85103f755bbcfe3dc270a9 (patch)
tree86760533451b06e3ed498094ee1d905a6c32b9d1 /finance
parent060796b3c3df48ecc644035b26aded75a986cec1 (diff)
downloadpkgsrc-b90d2246f4ca5cd3bb85103f755bbcfe3dc270a9.tar.gz
Rename older (<1.6) Guile as guile14.
Packages using Guile now all depend on guile14. These packages are expected to be made depend on newer Guile (1.6.x) when updated in the future.
Diffstat (limited to 'finance')
-rw-r--r--finance/gnucash/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index 75b07675791..3189e0dd6dc 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2002/12/24 06:10:01 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2003/01/07 03:56:24 uebayasi Exp $
#
DISTNAME= gnucash-1.6.8
@@ -13,8 +13,8 @@ COMMENT= Personal double-entry accounting program
BUILDLINK_DEPENDS.g-wrap= g-wrap>=1.2.1:../../devel/g-wrap
BUILDLINK_DEPENDS.g-wrap+= g-wrap<1.3.0:../../devel/g-wrap
-BUILDLINK_DEPENDS.guile= guile>=1.4:../../lang/guile
-BUILDLINK_DEPENDS.guile+= guile<1.5.0:../../lang/guile
+BUILDLINK_DEPENDS.guile14= guile14>=1.4:../../lang/guile14
+BUILDLINK_DEPENDS.guile14+= guile14<1.5.0:../../lang/guile14
BUILD_DEPENDS+= bison>=1.28:../../devel/bison
USE_GMAKE= YES
@@ -51,7 +51,7 @@ post-extract:
.include "../../devel/popt/buildlink2.mk"
.include "../../devel/swig/buildlink2.mk"
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
-.include "../../lang/guile/buildlink2.mk"
+.include "../../lang/guile14/buildlink2.mk"
.include "../../math/guppi/buildlink2.mk"
.include "../../net/ORBit/buildlink2.mk"
.include "../../textproc/libxml/buildlink2.mk"