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/eet | |
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/eet')
-rw-r--r-- | devel/eet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/eet/Makefile b/devel/eet/Makefile index c8f7e566c3b3..48be3ac8faf9 100644 --- a/devel/eet/Makefile +++ b/devel/eet/Makefile @@ -26,6 +26,7 @@ USE_LDCONFIG= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" OPENSSL_LIBS="-lssl" CONFIGURE_ARGS= --disable-gnutls +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLES} |