diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-11-23 15:46:34 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-11-23 15:46:34 +0000 |
commit | 277bf10287808b8c74d73e5cd5232e7b721b7097 (patch) | |
tree | 2d2504ae2ced32b7888a4e2774a498a21e022c36 /cad/dinotrace/Makefile | |
parent | c3f5912b11b6f395e96f9fe4e68f5f5a45282f82 (diff) | |
download | pkgsrc-277bf10287808b8c74d73e5cd5232e7b721b7097.tar.gz |
update to dinotrace-9.0l
from the NEWS file:
* Changes in Dinotrace 9.0l 8/30/2000
** Added support for femtosecond Verilog timescales [Derek Bosch]
Diffstat (limited to 'cad/dinotrace/Makefile')
-rw-r--r-- | cad/dinotrace/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index eb38c2ba222..51b066eb084 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2000/07/26 20:58:34 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.3 2000/11/23 15:46:34 dmcmahill Exp $ # -DISTNAME= dinotrace-9.0k +DISTNAME= dinotrace-9.0l CATEGORIES= cad MASTER_SITES= http://www.ultranet.com/~wsnyder/veripool/ftp/ @@ -11,11 +11,6 @@ HOMEPAGE= http://www.ultranet.com/~wsnyder/veripool/dinotrace/ INFO_FILES= dinotrace.info GNU_CONFIGURE= YES - USE_MOTIF= YES -#avoid having this installed later -post-patch: - ${RM} ${WRKSRC}/dinotrace.info.orig - .include "../../mk/bsd.pkg.mk" |