while I'm at it, enable maildir support here too.
This commit is contained in:
parent
e4ec4c187c
commit
a9ce71127e
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.17 2002/08/16 20:01:54 lebel Exp $
|
# $OpenBSD: Makefile,v 1.18 2002/08/16 20:18:01 lebel Exp $
|
||||||
|
|
||||||
COMMENT= "Z shell, Bourne shell-compatible, release flavor"
|
COMMENT= "Z shell, Bourne shell-compatible, release flavor"
|
||||||
COMMENT-zftp= "Z shell embedded ftp client"
|
COMMENT-zftp= "Z shell embedded ftp client"
|
||||||
@ -31,7 +31,8 @@ FLAVORS= static
|
|||||||
FLAVOR?=
|
FLAVOR?=
|
||||||
|
|
||||||
CONFIGURE_STYLE= autoconf
|
CONFIGURE_STYLE= autoconf
|
||||||
CONFIGURE_ARGS= --enable-zsh-mem --enable-zsh-secure-free
|
CONFIGURE_ARGS= --enable-zsh-mem --enable-zsh-secure-free \
|
||||||
|
--enable-maildir-support
|
||||||
|
|
||||||
.if ${FLAVOR:L} == "static"
|
.if ${FLAVOR:L} == "static"
|
||||||
CONFIGURE_ENV= LDFLAGS="-static"
|
CONFIGURE_ENV= LDFLAGS="-static"
|
||||||
|
Loading…
Reference in New Issue
Block a user