aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-05-02 18:47:16 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-05-02 18:47:16 +0000
commit94dc59ba04404d8183e1ec72303bd6f2334417b8 (patch)
treeb09667f244e0c6f1031db25ad091ce52b6a2f836
parentd75b7c6714f377f661b2ef3efa257849e1deb321 (diff)
downloadports-94dc59ba04404d8183e1ec72303bd6f2334417b8.tar.gz
ports-94dc59ba04404d8183e1ec72303bd6f2334417b8.zip
Notes
-rw-r--r--security/sudo/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 6060e3741426..6c98bab21744 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -37,10 +37,16 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
OPTIONS= LDAP "With LDAP support" off \
OPIE "With OPIE support" off \
+ INSULTS "With all insults" off \
SHELL_SETS_HOME "Set HOME env to target user in shell mode" off
.include <bsd.port.pre.mk>
+.if defined(WITH_INSULTS)
+CONFIGURE_ARGS+=--with-insults
+CONFIGURE_ARGS+=--with-all-insults
+.endif
+
.if defined(WITH_LDAP)
USE_OPENLDAP=yes
CONFIGURE_ARGS+=--with-ldap=${PREFIX}