diff options
author | garga <garga@FreeBSD.org> | 2011-07-19 04:55:29 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2011-07-19 04:55:29 +0800 |
commit | 8c016e4ad8ad63c4eed387f5fb9faa40360da52b (patch) | |
tree | 8a74c2f40438506a2486fc1b7fbd360d5ce4da40 /mail/qmail-ldap/Makefile | |
parent | 68dae3632cde6fa8f74e6be8dde4b476f3b7565a (diff) | |
download | freebsd-ports-gnome-8c016e4ad8ad63c4eed387f5fb9faa40360da52b.tar.gz freebsd-ports-gnome-8c016e4ad8ad63c4eed387f5fb9faa40360da52b.tar.zst freebsd-ports-gnome-8c016e4ad8ad63c4eed387f5fb9faa40360da52b.zip |
- Make qmail use USERS and GROUPS [1]
- Add my local_distfiles as a MASTER_SITES to ucspi-ssl
PR: ports/157622 [1]
Submitted by: crees [1]
Diffstat (limited to 'mail/qmail-ldap/Makefile')
-rw-r--r-- | mail/qmail-ldap/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/qmail-ldap/Makefile b/mail/qmail-ldap/Makefile index f5c826f8006d..30eb47ea17ef 100644 --- a/mail/qmail-ldap/Makefile +++ b/mail/qmail-ldap/Makefile @@ -19,6 +19,9 @@ RUN_DEPENDS= ${LOCALBASE}/bin/svscan:${PORTSDIR}/sysutils/daemontools \ CONFLICTS= emboss-[0-9]* digest-[0-9]* qmail-[0-9]* qmail-mysql-[0-9]* \ qmail-spamcontrol-[0-9]* qmail-tls-[0-9]* +EXTRA_PATCHES+= ${MASTERDIR}/files/patch-Makefile \ + ${MASTERDIR}/files/patch-auto_uids-c-dist + USE_OPENLDAP= yes SLAVE_LDAP= yes |