diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
commit | 2a95ad9c6be52511880e6ee241b087af70706624 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /security/sudo | |
parent | 2821cb11104fb7319e84b4cd1808cf56f3604a54 (diff) | |
download | pkgsrc-2a95ad9c6be52511880e6ee241b087af70706624.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index cfd3add2e0d..231cf2f8dad 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/12/14 10:25:50 frueauf Exp $ +# $NetBSD: Makefile,v 1.11 1999/02/20 22:48:43 hubertf Exp $ # FreeBSD Id: Makefile,v 1.9 1997/11/12 03:24:41 obrien Exp # @@ -12,8 +12,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.courtesan.com/courtesan/products/sudo/ -CONFLICTS= sudo-1.5.3 sudo-1.5.4p1 sudo-1.5.6p2 - GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-C2 --with-skey --with-nbsdops --disable-path-info |