summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/elinks/Makefile4
-rw-r--r--www/links-gui/Makefile4
-rw-r--r--www/links/Makefile4
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