diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 14:20:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 14:20:26 +0000 |
commit | 53f13e0f0822ffc153a386e716a05cb69befba0d (patch) | |
tree | 756ae3bce1ccc0b2135879a62a571de8d9de56fa /cad/gwave | |
parent | 6ffe1ffea31b6735bf5669515c89e00297eb089f (diff) | |
download | pkgsrc-53f13e0f0822ffc153a386e716a05cb69befba0d.tar.gz |
Uses libtool during configure.
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 fd1cff680e5..f684e80a061 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/04/17 13:46:18 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2006/06/11 14:20:26 joerg Exp $ # DISTNAME= gwave-20030804 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.cs.unc.edu/~tell/gwave/ COMMENT= Viewer for spice-like simulator output and other analog data GNU_CONFIGURE= YES +USE_LIBTOOL= yes EVAL_PREFIX+= GRAPHDIR=plotutils CONFIGURE_ENV+= GRAPH=${GRAPHDIR}/bin/graph |