diff options
author | jlam <jlam@pkgsrc.org> | 2002-06-30 04:02:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-06-30 04:02:54 +0000 |
commit | 24204f9775f33218e5459f44800adeb3f51284d3 (patch) | |
tree | 016e5f7d14faa044f5cdbc14de900e55f3a00a8e | |
parent | 2d9559ee54d23769b61805808461e03cd84e92a0 (diff) | |
download | pkgsrc-24204f9775f33218e5459f44800adeb3f51284d3.tar.gz |
Note conflicts between elinks, links, and links-gui.
-rw-r--r-- | www/elinks/Makefile | 4 | ||||
-rw-r--r-- | www/links-gui/Makefile | 4 | ||||
-rw-r--r-- | www/links/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index d7fd933f8e4..e677806d308 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/17 18:06:19 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2002/06/30 04:02:54 jlam Exp $ # DISTNAME= elinks-0.3.0 @@ -10,7 +10,7 @@ MAINTAINER= dawszy@arhea.net HOMEPAGE= http://elinks.pld.org.pl/ COMMENT= Extended/Enhanced Links (elinks) -CONFLICTS= links[0-9]* +CONFLICTS= links-[0-9]* links-gui-[0-9]* GNU_CONFIGURE= YES USE_BUILDLINK_ONLY= YES diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile index e7c8798bf19..cb8b517bef1 100644 --- a/www/links-gui/Makefile +++ b/www/links-gui/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2002/06/20 23:48:25 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/06/30 04:02:54 jlam Exp $ # PKGNAME= links-gui-2.0 COMMENT= Lynx-like text and graphics WWW browser -CONFLICTS+= links-[0-9]* +CONFLICTS+= links-[0-9]* elinks-[0-9]* CONFIGURE_ARGS+= --enable-graphics diff --git a/www/links/Makefile b/www/links/Makefile index 0a45502474b..7d0a1947299 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2002/06/20 15:18:13 jschauma Exp $ +# $NetBSD: Makefile,v 1.12 2002/06/30 04:02:54 jlam Exp $ # PKGNAME= links-2.0 COMMENT= Lynx-like text WWW browser -CONFLICTS+= links-gui-[0-9]* +CONFLICTS+= links-gui-[0-9]* elinks-[0-9]* GNU_CONFIGURE= YES USE_BUILDLINK_ONLY= YES |