diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-06-22 08:48:47 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-06-22 08:48:47 +0000 |
commit | 4eb139359e598a5a2dddfa28574bc3b3ac76d65a (patch) | |
tree | 95165552694e10c0c60f41f76c2b5cba954ac0b2 /security/sudo | |
parent | 95c0850f6ccd9a794a74748c3547e6b910ca33f5 (diff) | |
download | ports-4eb139359e598a5a2dddfa28574bc3b3ac76d65a.tar.gz ports-4eb139359e598a5a2dddfa28574bc3b3ac76d65a.zip |
Notes
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 33eee1c43db9..ffa8a654fcae 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -17,8 +17,7 @@ MAINTAINER= mharo@FreeBSD.org GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-skey \ - --sysconfdir=${PREFIX}/etc \ +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --disable-log-wrap \ --with-ignore-dot \ --with-tty-tickets \ @@ -28,6 +27,13 @@ CONFIGURE_ARGS= --with-skey \ --with-logincap \ --disable-root-sudo +.ifdef(WITH_OPIE) +CONFIGURE_ARGS+=--with-opie \ + --with-long-otp-prompt +.else +CONFIGURE_ARGS+=--with-skey +.endif + MAN5= sudoers.5 MAN8= sudo.8 visudo.8 |