aboutsummaryrefslogtreecommitdiff
path: root/textproc/docbook-to-man
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-06-22 19:01:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-06-22 19:01:36 +0000
commit45a431f820997d00dd3d879b794368b5cf84bde5 (patch)
tree7c03ac64c103216e5ef7c150f14dd27d2b687a5b /textproc/docbook-to-man
parentac3d6b8aa7c48ee07cac9db82342bf3261e3c9b4 (diff)
downloadports-45a431f820997d00dd3d879b794368b5cf84bde5.tar.gz
ports-45a431f820997d00dd3d879b794368b5cf84bde5.zip
Notes
Diffstat (limited to 'textproc/docbook-to-man')
-rw-r--r--textproc/docbook-to-man/Makefile7
1 files changed, 2 insertions, 5 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