diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-16 14:25:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-16 14:25:36 +0000 |
commit | 485b95de9f23bbb7f9f4379ec0fb130f830cef23 (patch) | |
tree | d272aee1b083e1e36422a4d327814fdcac376cfb /cad/gwave | |
parent | 2ab283097f445df6740e21eae5ab2297e5c15590 (diff) | |
download | pkgsrc-485b95de9f23bbb7f9f4379ec0fb130f830cef23.tar.gz |
Needs Perl for document splitting.
Diffstat (limited to 'cad/gwave')
-rw-r--r-- | cad/gwave/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile index f684e80a061..e8bbeabb9da 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/06/11 14:20:26 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2006/06/16 14:25:36 joerg Exp $ # DISTNAME= gwave-20030804 @@ -12,6 +12,7 @@ COMMENT= Viewer for spice-like simulator output and other analog data GNU_CONFIGURE= YES USE_LIBTOOL= yes +USE_TOOLS+= perl EVAL_PREFIX+= GRAPHDIR=plotutils CONFIGURE_ENV+= GRAPH=${GRAPHDIR}/bin/graph |