diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-13 16:06:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-13 16:06:32 +0800 |
commit | bd30427ee2cfd3c59e48bcb855c643d64f5c2724 (patch) | |
tree | a0ee2667c1cbd088804fc0518c1440ee8e0a3c56 /cad/iverilog | |
parent | e40a131ed2d95e3652cfd8b9fd9b3cf809571648 (diff) | |
download | freebsd-ports-gnome-bd30427ee2cfd3c59e48bcb855c643d64f5c2724.tar.gz freebsd-ports-gnome-bd30427ee2cfd3c59e48bcb855c643d64f5c2724.tar.zst freebsd-ports-gnome-bd30427ee2cfd3c59e48bcb855c643d64f5c2724.zip |
- Convert USE_GMAKE to USES
Diffstat (limited to 'cad/iverilog')
-rw-r--r-- | cad/iverilog/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/iverilog/Makefile b/cad/iverilog/Makefile index eac65ab43615..3df1153c2968 100644 --- a/cad/iverilog/Makefile +++ b/cad/iverilog/Makefile @@ -14,8 +14,7 @@ COMMENT= A Verilog simulation and synthesis tool LICENSE= GPLv2 GNU_CONFIGURE= yes -USES= bison -USE_GMAKE= yes +USES= bison gmake CONFIGURE_ARGS= --disable-suffix |