diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-06-24 20:39:55 +0800 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-06-24 20:39:55 +0800 |
commit | 44ac3c879134c20ff0ad2475f7bff625ce5069f6 (patch) | |
tree | 772543f23c253604016b4b50f65c659d52b24de9 /security/sudo | |
parent | b438f6cf8482801ed46c82fd2e4acf7b5aa7b750 (diff) | |
download | freebsd-ports-gnome-44ac3c879134c20ff0ad2475f7bff625ce5069f6.tar.gz freebsd-ports-gnome-44ac3c879134c20ff0ad2475f7bff625ce5069f6.tar.zst freebsd-ports-gnome-44ac3c879134c20ff0ad2475f7bff625ce5069f6.zip |
Use PAM and bump PORTREVISION as a result
Submitted by: Blaz Zupan <blaz@amis.net>
Diffstat (limited to 'security/sudo')
-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 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 |