- authsystem.passwd needs "lang/expect" to work (i.e. with webmails
password changing), so add it as a {RUN,BUILD}_DEPENDS ; - while there, remove quotes on the COMMENTs ; ok mbalmer@
This commit is contained in:
parent
fbd899d90d
commit
2c192e2e9b
@ -1,13 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2007/06/25 12:12:26 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2007/07/18 11:47:12 aanriot Exp $
|
||||
|
||||
COMMENT-main= "authentication library for courier"
|
||||
COMMENT-ldap= "ldap authentication module for courier-authLib"
|
||||
COMMENT-mysql= "mysql authentication module for courier-authLib"
|
||||
COMMENT-pgsql= "pgsql authentication module for courier-authLib"
|
||||
COMMENT-userdb= "userdb authentication module for courier-authLib"
|
||||
COMMENT-main= authentication library for courier
|
||||
COMMENT-ldap= ldap authentication module for courier-authLib
|
||||
COMMENT-mysql= mysql authentication module for courier-authLib
|
||||
COMMENT-pgsql= pgsql authentication module for courier-authLib
|
||||
COMMENT-userdb= userdb authentication module for courier-authLib
|
||||
|
||||
DISTNAME= courier-authlib-0.58
|
||||
PKGNAME-main= ${DISTNAME}p2
|
||||
PKGNAME-main= ${DISTNAME}p3
|
||||
PKGNAME-ldap= ${DISTNAME:S/lib-/lib-ldap-/}p2
|
||||
PKGNAME-mysql= ${DISTNAME:S/lib-/lib-mysql-/}p0
|
||||
PKGNAME-pgsql= ${DISTNAME:S/lib-/lib-pgsql-/}p0
|
||||
@ -66,6 +66,9 @@ CONFIGURE_ARGS+= --enable-static \
|
||||
--enable-ltdl-install=no \
|
||||
--cache-file=${WRKDIR}/courier-authlib.cache
|
||||
|
||||
RUN_DEPENDS= :expect-*:lang/expect,no_tk
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
DOCS= COPYING COPYING.GPL INSTALL NEWS README
|
||||
|
||||
MULTI_PACKAGES= -main
|
||||
|
Loading…
x
Reference in New Issue
Block a user