aboutsummaryrefslogtreecommitdiff
path: root/mail/alpine
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-06-16 10:44:14 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-06-16 10:44:14 +0000
commitc37da529912b06a730d54d7ca463bc01b78cd30c (patch)
tree0b7ec9e24a0adf9218b3792e4b62ccd508658d49 /mail/alpine
parent19f7e5e055cd1c7d67b6846fa922778196216209 (diff)
downloadports-c37da529912b06a730d54d7ca463bc01b78cd30c.tar.gz
ports-c37da529912b06a730d54d7ca463bc01b78cd30c.zip
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>
Notes
Notes: svn path=/head/; revision=357968
Diffstat (limited to 'mail/alpine')
-rw-r--r--mail/alpine/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile
index a144c28f537a..32d904c18d63 100644
--- a/mail/alpine/Makefile
+++ b/mail/alpine/Makefile
@@ -49,11 +49,11 @@ PORTDOCS= ${PORTDOCSbase} ${PORTDOCSdoc} ${PORTDOCShtml}
CONFIGURE_ARGS+=--with-system-pinerc=${PREFIX}/etc/alpine.conf \
--with-system-fixed-pinerc=${PREFIX}/etc/alpine.conf.fixed \
--with-password-prog=/usr/bin/passwd \
- --with-system-mail-directory=/var/mail \
- --enable-background-post --without-krb5 --without-tcl
+ --with-system-mail-directory=/var/mail
.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}"