diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-08-11 19:20:17 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-08-11 19:20:17 +0000 |
commit | 0e682dded4b509db7af4b33742b81f23f7f5df47 (patch) | |
tree | 97c412cf2e94b2420ff5f5bb466589d4954046b0 /cad | |
parent | aaaf6642eb584d021d0c901674ff7eafe61d6bbe (diff) | |
download | ports-0e682dded4b509db7af4b33742b81f23f7f5df47.tar.gz ports-0e682dded4b509db7af4b33742b81f23f7f5df47.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/dinotrace/Makefile | 1 | ||||
-rw-r--r-- | cad/iverilog/Makefile | 1 | ||||
-rw-r--r-- | cad/transcalc/Makefile | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index 87751e667a3a..348f0db597dd 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -17,7 +17,6 @@ COMMENT= A graphical signal trace waveform viewer OPTIONS= EMACS "Install Emacs supplimentary files" on -USE_GNOME= gnometarget GNU_CONFIGURE= yes USE_MOTIF= yes USE_PERL5_BUILD= yes diff --git a/cad/iverilog/Makefile b/cad/iverilog/Makefile index bd24f7c26a6a..15f62974d9b9 100644 --- a/cad/iverilog/Makefile +++ b/cad/iverilog/Makefile @@ -20,7 +20,6 @@ COMMENT= A Verilog simulation and synthesis tool GNU_CONFIGURE= yes USE_BISON= build USE_GMAKE= yes -USE_GNOME= gnometarget CONFIGURE_ARGS= --disable-suffix diff --git a/cad/transcalc/Makefile b/cad/transcalc/Makefile index ec9e01434385..d693f13297c7 100644 --- a/cad/transcalc/Makefile +++ b/cad/transcalc/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://transcalc.sourceforge.net/ MAINTAINER= ports@FreeBSD.org COMMENT= A analysis and synthesis tool for RF and microwave transmission lines -USE_GNOME= gnometarget gtk20 +USE_GNOME= gtk20 GNU_CONFIGURE= yes MAN1= transcalc.1 |