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/repsnapper/Makefile | |
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/repsnapper/Makefile')
-rw-r--r-- | cad/repsnapper/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/repsnapper/Makefile b/cad/repsnapper/Makefile index 65835869534..45ea1aa5a91 100644 --- a/cad/repsnapper/Makefile +++ b/cad/repsnapper/Makefile @@ -41,6 +41,7 @@ USE_AUTOTOOLS= automake libtool USE_XORG= ice pixman sm x11 xau xcb xcomposite xcursor xdamage xdmcp \ xext xfixes xi xinerama xmu xrandr xrender xt xxf86vm +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |