diff options
author | vd <vd@FreeBSD.org> | 2006-04-15 17:27:14 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-04-15 17:27:14 +0800 |
commit | 36330d64d893596101b02b359c4ec92c5100747c (patch) | |
tree | 856decda2a3ada9fa12a64ff61660fa810e458b6 /ftp/wget | |
parent | 8987ba801885fb226e2532f6e3fe7807b95d75a8 (diff) | |
download | freebsd-ports-gnome-36330d64d893596101b02b359c4ec92c5100747c.tar.gz freebsd-ports-gnome-36330d64d893596101b02b359c4ec92c5100747c.tar.zst freebsd-ports-gnome-36330d64d893596101b02b359c4ec92c5100747c.zip |
Remove CONFLICTS - no need to conflict with nonexistent port
Diffstat (limited to 'ftp/wget')
-rw-r--r-- | ftp/wget/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 5c5eb324e62d..128fbc83684a 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -18,8 +18,6 @@ COMMENT= Retrieve files from the Net via HTTP and FTP USE_GETTEXT= yes .endif -CONFLICTS= wget-devel-[0-9]* - USE_PERL5_BUILD= yes GNU_CONFIGURE= yes |