diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 8ba3c5574d54..2778a4a84115 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.10 1998/01/13 13:49:01 erich Exp $ +# $Id: Makefile,v 1.11 1998/10/23 14:29:31 vanilla Exp $ # DISTNAME= cu-sudo.v1.5.6p3 @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= erich@FreeBSD.ORG +BROKEN= fetch + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-C2 --with-skey --with-fbsdops WRKSRC= ${WRKDIR}/sudo.v1.5.6p3 |