diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-26 08:58:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-26 08:58:30 +0000 |
commit | 0be4c010c48d3001a98eaa11af2ed32ef5b1f075 (patch) | |
tree | 432a9f400e61c6732994f7ec07fe302d06028f99 /security/sudo | |
parent | c43f3d16a759080f0233794c4eb032479add7f12 (diff) | |
download | ports-0be4c010c48d3001a98eaa11af2ed32ef5b1f075.tar.gz ports-0be4c010c48d3001a98eaa11af2ed32ef5b1f075.zip |
Notes
Diffstat (limited to 'security/sudo')
-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 |