diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-09-08 13:12:13 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-09-08 13:12:13 +0000 |
commit | adfb0de53e476b88ccb771651f7527eda374fb50 (patch) | |
tree | 879b09dd5b9ec313f8bab4beff9a8cc63c641095 /mail/qmail | |
parent | 50ff4fa3acd5e5f8b0fea8611294d378339a06b5 (diff) | |
download | ports-adfb0de53e476b88ccb771651f7527eda374fb50.tar.gz ports-adfb0de53e476b88ccb771651f7527eda374fb50.zip |
Notes
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index b441dfc319a3..e55b21cbd456 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -311,7 +311,7 @@ CFLAGS+= -DDEBUG . endif . for param in ${LDAP_PARAMS} -. if defined(WITH_${param}) +. if defined(WITH_${param}) && !defined(WITHOUT_${param}) LDAPFLAGS+= -D${param} . endif . endfor @@ -461,7 +461,7 @@ PATCHFILES+= tarpit.patch:tarpit WITH_BIG_CONCURRENCY_PATCH_CONCURRENCY_LIMIT?= 509 .endif -.if defined(WITH_RCDLINK) && !defined(SLAVE_LDAP) +.if !defined(WITHOUT_RCDLINK) && !defined(SLAVE_LDAP) PLIST_SUB+= RCDLINK="" RCDLINK= .else |