diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-02-08 10:50:40 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-02-08 10:53:56 +0000 |
commit | 6e1233be229212a0496f42d611bd40f3e3a628da (patch) | |
tree | 7be6239b98a0dff1d377ec09f371b55fb10dd508 /mail/dspam | |
parent | 77a73a3ae570d10c718a0adcdb1b373c2d6dd8fc (diff) | |
download | ports-6e1233be229212a0496f42d611bd40f3e3a628da.tar.gz ports-6e1233be229212a0496f42d611bd40f3e3a628da.zip |
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 70c28d661d56..9a412c98cb88 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -304,7 +304,7 @@ PLIST_SUB+= NOSETUID="" .if ${PORT_OPTIONS:MEXTERNAL_LOOKUP} CONFIGURE_ARGS+= --enable-external-lookup -USE_OPENLDAP= YES +USES+= ldap .endif .if ${PORT_OPTIONS:MUSER_HOMEDIR} |