diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:58:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:58:41 +0000 |
commit | 8e91f3161f9c1603aa8633d03faa39d0eb27baf5 (patch) | |
tree | ad09b4f24df8e2cf74670acb86a133957eb333d0 /cad/geda-gschem | |
parent | - Add NO_STAGE until validated to be safe for upcoming staging support (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: cad)
Notes
Notes:
svn path=/head/; revision=327711
Diffstat (limited to 'cad/geda-gschem')
-rw-r--r-- | cad/geda-gschem/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/geda-gschem/Makefile b/cad/geda-gschem/Makefile index 49ef0f73f9e0..a6e2315c24ad 100644 --- a/cad/geda-gschem/Makefile +++ b/cad/geda-gschem/Makefile @@ -32,6 +32,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= gschem.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |