diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-28 12:21:54 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-28 12:21:54 +0000 |
commit | 156725871404cb179171499b83a17823e01c55d6 (patch) | |
tree | 87c4989dc88b25a3a6606133a6e4910e1f515a62 /cad | |
parent | f33fb22363644f106a6c79b5f9b97898272c2a93 (diff) | |
download | pkgsrc-156725871404cb179171499b83a17823e01c55d6.tar.gz |
There's no need to use 'USE_X11BASE' in dinotrace package, we'll use
USE_X11 instead, bump PKGREVISION.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/dinotrace/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index bfbed2ff75e..fff2399209c 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2003/08/09 10:32:13 seb Exp $ +# $NetBSD: Makefile,v 1.27 2004/01/28 12:21:54 xtraeme Exp $ # DISTNAME= dinotrace-9.1k +PKGREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.veripool.com/ftp/ @@ -10,7 +11,7 @@ HOMEPAGE= http://www.veripool.com/dinotrace/ COMMENT= Tool for viewing the output of digital simulators USE_BUILDLINK2= YES -USE_X11BASE= YES +USE_X11= YES GNU_CONFIGURE= YES USE_PERL5= build INFO_FILES= dinotrace.info |