diff options
author | tron <tron> | 1998-06-27 15:46:43 +0000 |
---|---|---|
committer | tron <tron> | 1998-06-27 15:46:43 +0000 |
commit | f1c607cbe2273af67c3b3eb7fbf819b860551b91 (patch) | |
tree | 066b1f1e404ac4c045dfc4f5cc673ebc3532bb39 /net | |
parent | 300c4e8d618661f4d28b18626ca55afcbca7a92e (diff) | |
download | pkgsrc-f1c607cbe2273af67c3b3eb7fbf819b860551b91.tar.gz |
Add "${CONFLICTS}".
Diffstat (limited to 'net')
-rw-r--r-- | net/wget/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index f5bf5ea67a0..51decc71d83 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/06/27 14:16:13 frueauf Exp $ +# $NetBSD: Makefile,v 1.12 1998/06/27 15:46:43 tron Exp $ # FreeBSD Id: Makefile,v 1.4 1997/05/22 07:53:29 tg Exp # @@ -8,6 +8,8 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= packages@netbsd.org +CONFLICTS= wget-1.4.5 wget-1.5.0 wget-1.5.1 + GNU_CONFIGURE= yes INFO_FILES= wget.info |