aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/sgmlformat
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-06-23 03:01:36 +0800
committerlinimon <linimon@FreeBSD.org>2006-06-23 03:01:36 +0800
commit20e0bf665ec9b3a89bb9c31fa3b53319beebe76e (patch)
tree2a6eeeec24f81246559172fe8bc965c492afaa80 /textproc/sgmlformat
parent242f29845300df321b04fb5ca0a755de910b0362 (diff)
downloadfreebsd-ports-gnome-20e0bf665ec9b3a89bb9c31fa3b53319beebe76e.tar.gz
freebsd-ports-gnome-20e0bf665ec9b3a89bb9c31fa3b53319beebe76e.tar.zst
freebsd-ports-gnome-20e0bf665ec9b3a89bb9c31fa3b53319beebe76e.zip
Remove tests for FreeBSD 2.x versions. Modern versions of bsd.*.mk do not
support anything that old. Hat: portmgr
Diffstat (limited to 'textproc/sgmlformat')
-rw-r--r--textproc/sgmlformat/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile
index fe1729f02803..5351d579d607 100644
--- a/textproc/sgmlformat/Makefile
+++ b/textproc/sgmlformat/Makefile
@@ -17,8 +17,7 @@ MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Generates groff and HTML from linuxdoc and docbook SGML documents
# There are two ports that satisfy the nsgmls requirement.
-# Jade is preferred, but it currently doesn't compile on 2.1.x
-# system, so use sp in that case.
+# Jade is preferred.
.include <bsd.port.pre.mk>
@@ -26,9 +25,7 @@ COMMENT= Generates groff and HTML from linuxdoc and docbook SGML documents
WITH_OPENJADE= yes
.endif
-.if ${OSVERSION} < 220000
-RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/sp
-.elif defined(WITH_OPENJADE)
+.if defined(WITH_OPENJADE)
RUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/openjade
.else
RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade