diff options
-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 |