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 /www/lynx | |
parent | 2821cb11104fb7319e84b4cd1808cf56f3604a54 (diff) | |
download | pkgsrc-2a95ad9c6be52511880e6ee241b087af70706624.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 |