summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Harris <dannyboy@FreeBSD.org>2004-02-10 20:55:55 +0000
committerDaniel Harris <dannyboy@FreeBSD.org>2004-02-10 20:55:55 +0000
commit31ba264b141fd68b76f2be8657dfbdc2a950f9ce (patch)
tree95555e59ed3b7c2de07fe18954e10af0783034a6
parent1a16fe6efd4580466988a21cc061f1bbd6da3451 (diff)
downloadfreebsd-ports-31ba264b141fd68b76f2be8657dfbdc2a950f9ce.zip
Add CONFLICTS, portlint.
PR: 62589 Submitted by: maintainer
-rw-r--r--www/lynx-ssl/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/lynx-ssl/Makefile b/www/lynx-ssl/Makefile
index efddbac6052f..3840592c4211 100644
--- a/www/lynx-ssl/Makefile
+++ b/www/lynx-ssl/Makefile
@@ -5,13 +5,15 @@
# $FreeBSD$
#
-PKGNAMESUFFIX = -ssl
+PKGNAMESUFFIX= -ssl
COMMENT= A non-graphical, text-based World-Wide Web client with SSL support
MASTERDIR= ${.CURDIR}/../lynx
DESCR= ${.CURDIR}/pkg-descr
-.include "${MASTERDIR}/Makefile"
+CONFIGURE_ARGS+= --with-ssl
+
+CONFLICTS= lynx-2* lynx-current*
-CONFIGURE_ARGS+= --with-ssl
+.include "${MASTERDIR}/Makefile"