diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-30 15:16:42 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-30 15:16:42 +0000 |
commit | b13e4ef3f098ea1cad99e2a23640bccc760fb235 (patch) | |
tree | 97321844d89c8404acf8a51c780669075f84d739 /mail/qmail-ldap | |
parent | 00607e37ffa643362539b682557f8bc7e39f8960 (diff) |
Notes
Diffstat (limited to 'mail/qmail-ldap')
-rw-r--r-- | mail/qmail-ldap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/qmail-ldap/Makefile b/mail/qmail-ldap/Makefile index 411ac5303cd7..d8943a17e70f 100644 --- a/mail/qmail-ldap/Makefile +++ b/mail/qmail-ldap/Makefile @@ -7,14 +7,15 @@ PORTNAME= qmail PORTVERSION= ${QMAIL_VERSION}.${LDAP_PATCH_DATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail PKGNAMESUFFIX= -ldap MAINTAINER= freebsd@galle.com.br COMMENT= A SECURE, reliable, and FAST MTA for UNIX systems WITH LDAP support -RUN_DEPENDS= ${LOCALBASE}/bin/svscan:${PORTSDIR}/sysutils/daemontools +RUN_DEPENDS= ${LOCALBASE}/bin/svscan:${PORTSDIR}/sysutils/daemontools \ + ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp CONFLICTS= nss-[0-9]* emboss-[0-9]* digest-[0-9]* |