diff --git a/mail/courier-authlib/Makefile b/mail/courier-authlib/Makefile index e1907959d3c..6bb65181155 100644 --- a/mail/courier-authlib/Makefile +++ b/mail/courier-authlib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2014/04/11 09:35:04 giovanni Exp $ +# $OpenBSD: Makefile,v 1.46 2014/04/21 16:27:20 sthen Exp $ COMMENT-main= authentication library for courier COMMENT-ldap= ldap authentication module for courier-authLib @@ -7,6 +7,7 @@ COMMENT-pgsql= pgsql authentication module for courier-authLib COMMENT-userdb= userdb authentication module for courier-authLib DISTNAME= courier-authlib-0.66.1 +REVISION= 0 PKGNAME-main= ${DISTNAME} PKGNAME-ldap= ${DISTNAME:S/lib-/lib-ldap-/} PKGNAME-mysql= ${DISTNAME:S/lib-/lib-mysql-/} @@ -83,9 +84,8 @@ WANTLIB-main= c ltdl sqlite3 LIB_DEPENDS-main= devel/libtool,-ltdl -WANTLIB-ldap= crypto ssl asn1 com_err gssapi krb5 \ - courierauthcommon courierauth ldap-2.4 lber-2.4 sasl2 \ - asn1 heimbase krb5 roken wind +WANTLIB-ldap= crypto ssl courierauthcommon courierauth \ + ldap-2.4 lber-2.4 sasl2 RUN_DEPENDS-ldap= LIB_DEPENDS-ldap= ${BUILD_PKGPATH} \ databases/openldap \ @@ -96,8 +96,7 @@ RUN_DEPENDS-mysql= LIB_DEPENDS-mysql= ${BUILD_PKGPATH} \ databases/mysql -WANTLIB-pgsql= m courierauthcommon courierauth pq com_err crypto ssl \ - asn1 heimbase krb5 roken wind +WANTLIB-pgsql= m courierauthcommon courierauth pq crypto ssl RUN_DEPENDS-pgsql= LIB_DEPENDS-pgsql= ${BUILD_PKGPATH} \ databases/postgresql