aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/docbook-to-man/Makefile7
-rw-r--r--textproc/sgmlformat/Makefile7
2 files changed, 4 insertions, 10 deletions
diff --git a/textproc/docbook-to-man/Makefile b/textproc/docbook-to-man/Makefile
index d3f7e6f08c20..437ad5a8b696 100644
--- a/textproc/docbook-to-man/Makefile
+++ b/textproc/docbook-to-man/Makefile
@@ -20,16 +20,13 @@ COMMENT= A DocBook SGML DTD into nroff/troff -man macros converter
#
# 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.
.if ${MACHINE_ARCH} == "alpha"
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
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