diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-17 17:34:15 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-17 17:34:15 +0800 |
commit | 1176c232eb20a8243e55081b8e860955e87a39e5 (patch) | |
tree | a3741839cd20451cf993b14e04f79db1dcc192d4 /ftp/wget | |
parent | 58c7c96ccab2a3ec4cb40bcc96cbde70e024a1ce (diff) | |
download | freebsd-ports-gnome-1176c232eb20a8243e55081b8e860955e87a39e5.tar.gz freebsd-ports-gnome-1176c232eb20a8243e55081b8e860955e87a39e5.tar.zst freebsd-ports-gnome-1176c232eb20a8243e55081b8e860955e87a39e5.zip |
[Approved] new port: ftp/wget-devel
devel/wget starts to lag behind the releases of wget.
At least with a development version we are able to figure
out when it is stable enough to ftp/wget updated.
Add CONFLICTS to ftp/wget/Makefile
PR: ports/61155
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'ftp/wget')
-rw-r--r-- | ftp/wget/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index e0cbac5f4db9..55fd664ded24 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -27,6 +27,8 @@ COMMENT= Retrieve files from the Net via HTTP and FTP LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext .endif +CONFLICTS= wget-devel-* + USE_REINPLACE= yes USE_PERL5_BUILD= yes USE_GMAKE= yes |