editors/pico-alpine: fix build on 8.4 by fixing masterport mail/alpine

Thanks for the bug report to Scott Allendorf <scott-allendorf@uiowa.edu>

PR:		ports/191081
Submitted by:	Michelle Sullivan <michelle@sorbs.net>
This commit is contained in:
Kurt Jaeger 2014-06-16 10:44:14 +00:00
parent 19f7e5e055
commit c37da52991
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357968

View file

@ -49,11 +49,11 @@ PORTDOCS= ${PORTDOCSbase} ${PORTDOCSdoc} ${PORTDOCShtml}
CONFIGURE_ARGS+=--with-system-pinerc=${PREFIX}/etc/alpine.conf \ CONFIGURE_ARGS+=--with-system-pinerc=${PREFIX}/etc/alpine.conf \
--with-system-fixed-pinerc=${PREFIX}/etc/alpine.conf.fixed \ --with-system-fixed-pinerc=${PREFIX}/etc/alpine.conf.fixed \
--with-password-prog=/usr/bin/passwd \ --with-password-prog=/usr/bin/passwd \
--with-system-mail-directory=/var/mail \ --with-system-mail-directory=/var/mail
--enable-background-post --without-krb5 --without-tcl
.endif .endif
CONFIGURE_ARGS+=--with-debug-level=2 CONFIGURE_ARGS+=--with-debug-level=2 \
--enable-background-post --without-krb5 --without-tcl
MAKE_ARGS+= CC="${CC}" CXX="${CXX}" GCCCFLAGS="${CFLAGS}" MAKE_ARGS+= CC="${CC}" CXX="${CXX}" GCCCFLAGS="${CFLAGS}"