diff options
author | xtraeme <xtraeme> | 2004-01-28 12:21:54 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-28 12:21:54 +0000 |
commit | 1eeae0c7435e10c97a0e71c877be62c49b5cbbe8 (patch) | |
tree | 87c4989dc88b25a3a6606133a6e4910e1f515a62 /cad | |
parent | 2730d1890ad5b35b35b41f05728440cb5e487c69 (diff) | |
download | pkgsrc-1eeae0c7435e10c97a0e71c877be62c49b5cbbe8.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 |