pico-alpine slave is now staged, so move NO_STAGE to a master only part

This commit is contained in:
Antoine Brodin 2014-02-03 21:34:10 +00:00
parent 3888bfbba2
commit 4d351555e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342472

View file

@ -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}