diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /cad/dinotrace | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) |
Notes
Diffstat (limited to 'cad/dinotrace')
-rw-r--r-- | cad/dinotrace/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index 2965a95d37aa..cbdb3524f38e 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 9.4c PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= http://www.veripool.org/ftp/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Graphical signal trace waveform viewer @@ -16,7 +15,7 @@ OPTIONS_DEFAULT= EMACS EMACS_DESC= Install Emacs supplimentary files USE_XORG= x11 sm ice xmu xt -USES= gmake motif perl5 +USES= gmake motif perl5 tar:tgz USE_PERL5= build GNU_CONFIGURE= yes |