aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-04 05:34:10 +0800
committerantoine <antoine@FreeBSD.org>2014-02-04 05:34:10 +0800
commitf3af7f6221624799d7a0935c91357c59152ebdc7 (patch)
treefabf865471204924c8238d58f2b7bd79ad05eb43 /mail
parent65c681fc6e1849ee75930b67247e473984868672 (diff)
downloadfreebsd-ports-gnome-f3af7f6221624799d7a0935c91357c59152ebdc7.tar.gz
freebsd-ports-gnome-f3af7f6221624799d7a0935c91357c59152ebdc7.tar.zst
freebsd-ports-gnome-f3af7f6221624799d7a0935c91357c59152ebdc7.zip
pico-alpine slave is now staged, so move NO_STAGE to a master only part
Diffstat (limited to 'mail')
-rw-r--r--mail/alpine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile
index 427941d170d1..e9f4dd8c38f0 100644
--- a/mail/alpine/Makefile
+++ b/mail/alpine/Makefile
@@ -37,6 +37,7 @@ CONFIGURE_ARGS+=--with-system-pinerc=${PREFIX}/etc/alpine.conf \
--with-password-prog=/usr/bin/passwd \
--with-system-mail-directory=/var/mail \
--enable-background-post --without-krb5 --without-tcl
+NO_STAGE= yes
.endif
CONFIGURE_ARGS+=--with-debug-level=2
@@ -44,7 +45,6 @@ MAKE_ARGS+= CC="${CC}" CXX="${CXX}" GCCCFLAGS="${CFLAGS}"
USE_OPENSSL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MTHREADS}