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 | 564da92214c9bb851db22767517f021624973541 (patch) | |
tree | 756ae3bce1ccc0b2135879a62a571de8d9de56fa /cad | |
parent | 5a9e10847e496d8ff99621104531737ca7a563d0 (diff) | |
download | pkgsrc-564da92214c9bb851db22767517f021624973541.tar.gz |
Uses libtool during configure.
Diffstat (limited to 'cad')
-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 |