diff options
author | bad <bad@pkgsrc.org> | 1999-02-09 16:08:58 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-02-09 16:08:58 +0000 |
commit | 95e36eb86f85c0ee67699ab1134070c36bc259b1 (patch) | |
tree | 2bcbefcde44cd63b28d2f9e29483d0cba28dda75 /misc/xfinans | |
parent | fe945af59ff1eec0954a07888ce26af0d0b3b79f (diff) | |
download | pkgsrc-95e36eb86f85c0ee67699ab1134070c36bc259b1.tar.gz |
GNU plot is now at v.3.7. Depend on that version.
Diffstat (limited to 'misc/xfinans')
-rw-r--r-- | misc/xfinans/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xfinans/Makefile b/misc/xfinans/Makefile index eaa52a7c17e..9bf18f03d60 100644 --- a/misc/xfinans/Makefile +++ b/misc/xfinans/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/01/29 21:24:04 tron Exp $ +# $NetBSD: Makefile,v 1.9 1999/02/09 16:08:59 bad Exp $ # DISTNAME= xfinans-5.9 @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= apps/financial/accounting MAINTAINER= root@garbled.net HOMEPAGE= http://www.cs.auc.dk/~lupus/xfinans.html -DEPENDS= gnuplot-3.5:../../graphics/gnuplot +DEPENDS= gnuplot-3.7:../../graphics/gnuplot USE_IMAKE= yes |