diff options
author | mharo <mharo@FreeBSD.org> | 2001-06-24 12:39:55 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-06-24 12:39:55 +0000 |
commit | dc041aee201bde5cf39491070cb617445a0b29a6 (patch) | |
tree | f88e9ba056ca6a04781445b0e496968ea3f5e379 /security | |
parent | 04a335ab43d72d5ba4cc982a6b2a95bd3a440b9e (diff) | |
download | FreeBSD-ports-dc041aee201bde5cf39491070cb617445a0b29a6.zip FreeBSD-ports-dc041aee201bde5cf39491070cb617445a0b29a6.tar.gz |
Use PAM and bump PORTREVISION as a result
Submitted by: Blaz Zupan <blaz@amis.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index ffa8a65..4155322 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 |