diff options
Diffstat (limited to 'cad/gwave/Makefile')
-rw-r--r-- | cad/gwave/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile index 4d26a97ca52..13cbfa71d35 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2001/10/23 01:39:16 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.10 2002/03/13 17:36:40 fredb Exp $ # DISTNAME= gwave-20011021 +PKGREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.cs.unc.edu/~tell/dist/ @@ -10,7 +11,7 @@ HOMEPAGE= http://www.cs.unc.edu/~tell/gwave/ COMMENT= viewer for spice-like simulator output and other analog data DEPENDS+= guile-gtk>=0.19:../../devel/guile-gtk -DEPENDS+= plotutils-[0-9]*:../../graphics/plotutils +DEPENDS+= plotutils>=2.4.1nb1:../../graphics/plotutils GNU_CONFIGURE= YES # LDFLAGS to get -lreadline |