diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 01:03:26 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 01:03:26 +0800 |
commit | 857aec5d6b82d83ac07f49f4dab6463acb984c3c (patch) | |
tree | 1ac4f33e833450e6b1eb2c92fa0fd0d5853d4d65 /devel/ace | |
parent | 1089da7dcc67eb415fa6851ab9dc700e7b1a9972 (diff) | |
download | freebsd-ports-gnome-857aec5d6b82d83ac07f49f4dab6463acb984c3c.tar.gz freebsd-ports-gnome-857aec5d6b82d83ac07f49f4dab6463acb984c3c.tar.zst freebsd-ports-gnome-857aec5d6b82d83ac07f49f4dab6463acb984c3c.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 1)
Diffstat (limited to 'devel/ace')
-rw-r--r-- | devel/ace/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ace/Makefile b/devel/ace/Makefile index b0fe22f3438b..8903996a6506 100644 --- a/devel/ace/Makefile +++ b/devel/ace/Makefile @@ -34,6 +34,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="${PORTVERSION}" +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSL} |