summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/sudo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 4df8ffa9546..2e44c8820aa 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.76 2004/12/22 04:36:32 jlam Exp $
+# $NetBSD: Makefile,v 1.77 2005/01/30 21:36:53 kim Exp $
#
DISTNAME= sudo-1.6.8p5
PKGNAME= sudo-1.6.8pl5
-PKGREVISION= #
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.courtesan.com/sudo/dist/ \
ftp://ftp.courtesan.com/pub/sudo/ \
@@ -25,7 +25,7 @@ GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
-CONFIGURE_ARGS+= --disable-root-mailer --disable-setreuid
+CONFIGURE_ARGS+= --disable-root-mailer
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
.include "options.mk"