aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authordannyboy <dannyboy@FreeBSD.org>2004-02-11 04:55:55 +0800
committerdannyboy <dannyboy@FreeBSD.org>2004-02-11 04:55:55 +0800
commit9e83dfa057361a718bbbb5806331af3064941d62 (patch)
tree57b8bffb4a93746574e4a1437adf3527bf955699 /www
parent7d80e3cf3f106fedbca694bc7c49218f05c4548a (diff)
downloadfreebsd-ports-graphics-9e83dfa057361a718bbbb5806331af3064941d62.tar.gz
freebsd-ports-graphics-9e83dfa057361a718bbbb5806331af3064941d62.tar.zst
freebsd-ports-graphics-9e83dfa057361a718bbbb5806331af3064941d62.zip
Add CONFLICTS, portlint.
PR: 62589 Submitted by: maintainer
Diffstat (limited to 'www')
-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 efddbac6052..3840592c421 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"