diff options
author | novel <novel@FreeBSD.org> | 2005-06-30 23:16:42 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-06-30 23:16:42 +0800 |
commit | e27cd106b1f10c08f68689d12d75e80c6c875b88 (patch) | |
tree | d96f65a780c9dbe52789e0840960a201f34c696f /mail/qmail-ldap | |
parent | df7bbc704a0142157b2991d4079222aab7b45d00 (diff) | |
download | freebsd-ports-gnome-e27cd106b1f10c08f68689d12d75e80c6c875b88.tar.gz freebsd-ports-gnome-e27cd106b1f10c08f68689d12d75e80c6c875b88.tar.zst freebsd-ports-gnome-e27cd106b1f10c08f68689d12d75e80c6c875b88.zip |
Add ucspi-tcp as a dependency, it's needed to make .cdb files.
PR: 82801
Submitted by: Renato Botelho (maintainer)
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]* |