diff options
author | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
commit | a4cbe4cb0445443d02c5d3c6f788d17367537b92 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /www/lynx | |
parent | 878b71762a717be3626e0baac746b75c52f812b6 (diff) | |
download | pkgsrc-a4cbe4cb0445443d02c5d3c6f788d17367537b92.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 4a13f0e1325..2185588e58d 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/01/23 12:41:13 frueauf Exp $ +# $NetBSD: Makefile,v 1.17 1999/02/20 22:48:45 hubertf Exp $ # DISTNAME= lynx2-8-1 @@ -12,8 +12,6 @@ HOMEPAGE= http://sol.slcc.edu/lynx/ DEPENDS+= libslang-1.2.2:../../devel/libslang -CONFLICTS= lynx-* - GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-screen=slang --with-zlib --libdir="${PREFIX}/etc" # see if PASSIVE_FETCH is defined in /etc/mk.conf. If so compile |