fix sasl auth; Christian Rueger
This commit is contained in:
parent
13b84b5f49
commit
a9991ed011
@ -1,7 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.113 2005/12/23 18:55:38 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.114 2005/12/25 07:13:45 jakob Exp $
|
||||
|
||||
VERSION= 2.3-20051222
|
||||
PKGNAME= postfix-${VERSION:S/-/./}p0
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/}
|
||||
|
||||
MAKE_CCARGS+= -DUSE_SASL_AUTH
|
||||
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L:Msasl2}
|
||||
MAKE_CCARGS+= -DUSE_CYRUS_SASL
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user