Complete lib dependencies

This commit is contained in:
espie 2001-10-24 12:22:45 +00:00
parent 3793f36d89
commit fe10e4b76b
3 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2001/10/06 22:55:48 naddy Exp $
# $OpenBSD: Makefile,v 1.23 2001/10/24 12:22:45 espie Exp $
MULTI_PACKAGES= -pop3
@ -10,7 +10,7 @@ DISTNAME= courier-imap-${COURIERVER}
PKGNAME-pop3= courier-pop3-${COURIERVER}
CATEGORIES= mail
NEED_VERSION= 1.463
NEED_VERSION= 1.474
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= courier
@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --without-authmysql
.if ${FLAVOR:L:Mldap}
CONFIGURE_ARGS+= --with-authldap
LIB_DEPENDS+= ldap.2:openldap-client-2.*:databases/openldap
LIB_DEPENDS+= ldap.2,lber.2:openldap-client-2.*:databases/openldap
.else
CONFIGURE_ARGS+= --without-authldap
.endif

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2001/09/28 19:06:30 jakob Exp $
# $OpenBSD: Makefile,v 1.29 2001/10/24 12:22:45 espie Exp $
COMMENT= "MTA for systems connected to the Internet"
@ -6,7 +6,7 @@ VERSION= 3.33
VERSION_DOC= 3.30
DISTNAME= exim-${VERSION}
CATEGORIES= mail
NEED_VERSION= 1.405
NEED_VERSION= 1.474
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ \
ftp://ftp.exim.org/pub/exim/ \
ftp://ftp.fu-berlin.de/unix/mail/exim/
@ -41,7 +41,7 @@ EXIM_MAKECAT+= "EXIM_PERL=perl.o\n"
.endif
.if ${FLAVOR:L:Mldap}
LIB_DEPENDS+= ldap.2:openldap-client-2.*:databases/openldap
LIB_DEPENDS+= ldap.2,lber:openldap-client-2.*:databases/openldap
EXIM_MAKECAT+= "LOOKUP_LDAP=yes\nLDAP_LIB_TYPE=OPENLDAP2\n"
EXIM_LOOKUP_INCLUDE+= -I${LOCALBASE}/include
EXIM_LOOKUP_LIBS+= -L${LOCALBASE}/lib -lldap -llber

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile.inc,v 1.8 2001/09/28 23:35:18 jakob Exp $
# $OpenBSD: Makefile.inc,v 1.9 2001/10/24 12:22:45 espie Exp $
COMMENT= fast, secure sendmail replacement
CATEGORIES= mail
NEED_VERSION= 1.363
NEED_VERSION= 1.474
MASTER_SITES= ftp://ftp.merit.edu/postfix/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/unix/mail/postfix/%SUBDIR%/ \
@ -41,7 +41,7 @@ MAKE_AUXLIBS+= -L${LOCALBASE}/lib -lsasl -lkrb
.endif
.if ${FLAVOR:L:Mldap}
LIB_DEPENDS+= ldap.2:openldap-client-2.*:databases/openldap
LIB_DEPENDS+= ldap.2,lber:openldap-client-2.*:databases/openldap
MAKE_CCARGS+= -I${LOCALBASE}/include -DHAS_LDAP
MAKE_AUXLIBS+= -L${LOCALBASE}/lib -lldap -llber
.endif