summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-06-24 12:39:55 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-06-24 12:39:55 +0000
commit44ac3c879134c20ff0ad2475f7bff625ce5069f6 (patch)
tree772543f23c253604016b4b50f65c659d52b24de9 /security/sudo
parentAdd XSLT support (via sablotron) and - as a sideeffect - iconv support. (diff)
Use PAM and bump PORTREVISION as a result
Submitted by: Blaz Zupan <blaz@amis.net>
Notes
Notes: svn path=/head/; revision=44383
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index ffa8a654fcae..415532288ac2 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sudo
PORTVERSION= 1.6.3.7
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ \
ftp://ftp.stikman.com/pub/sudo/ \
@@ -25,11 +26,12 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
--with-insults \
--with-all-insults \
--with-logincap \
- --disable-root-sudo
+ --disable-root-sudo \
+ --with-long-otp-prompt \
+ --with-pam
.ifdef(WITH_OPIE)
-CONFIGURE_ARGS+=--with-opie \
- --with-long-otp-prompt
+CONFIGURE_ARGS+=--with-opie
.else
CONFIGURE_ARGS+=--with-skey
.endif