diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 23:58:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 23:58:41 +0800 |
commit | acf9e8dba69c03fde98e4b0805dfa75374343660 (patch) | |
tree | ad09b4f24df8e2cf74670acb86a133957eb333d0 /cad/ngspice_rework | |
parent | 70b553e5129d9e59ca05048a9fee1af1d442311f (diff) | |
download | freebsd-ports-graphics-acf9e8dba69c03fde98e4b0805dfa75374343660.tar.gz freebsd-ports-graphics-acf9e8dba69c03fde98e4b0805dfa75374343660.tar.zst freebsd-ports-graphics-acf9e8dba69c03fde98e4b0805dfa75374343660.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: cad)
Diffstat (limited to 'cad/ngspice_rework')
-rw-r--r-- | cad/ngspice_rework/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/ngspice_rework/Makefile b/cad/ngspice_rework/Makefile index 1a573594e93..fc83673e64f 100644 --- a/cad/ngspice_rework/Makefile +++ b/cad/ngspice_rework/Makefile @@ -15,6 +15,7 @@ OPTIONS_DEFINE= DEBUG GNU_CONFIGURE= yes USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.options.mk> CONFIGURE_ARGS+=--enable-xspice \ |