diff options
author | wiz <wiz> | 2002-03-14 00:49:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-14 00:49:00 +0000 |
commit | a0e12a2bff0a39c42ca7cab7ffa50d1c7e0d183d (patch) | |
tree | 1cc24c16123a81079a077ed4dbf26bf84778cd60 /misc/siag | |
parent | a488138160e00bba6f45263d5cfc72ae2e0badef (diff) | |
download | pkgsrc-a0e12a2bff0a39c42ca7cab7ffa50d1c7e0d183d.tar.gz |
Wildcard gv dependency.
Diffstat (limited to 'misc/siag')
-rw-r--r-- | misc/siag/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile index 129a7a50b97..ed8f556a6ef 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2002/03/13 17:37:27 fredb Exp $ +# $NetBSD: Makefile,v 1.25 2002/03/14 00:49:00 wiz Exp $ # DISTNAME= siag-3.1.20 @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://siag.nu/ COMMENT= Poor man's office suite with spreadsheet, word processor, etc -DEPENDS+= gv-3.5.8:../../print/gv +DEPENDS+= gv>=3.5.8nb1:../../print/gv DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot DEPENDS+= guile>=1.3:../../lang/guile |