summaryrefslogtreecommitdiffstats
path: root/release/Makefile.inc.docports
diff options
context:
space:
mode:
Diffstat (limited to 'release/Makefile.inc.docports')
-rw-r--r--release/Makefile.inc.docports6
1 files changed, 5 insertions, 1 deletions
diff --git a/release/Makefile.inc.docports b/release/Makefile.inc.docports
index e01481a..2b3e57c 100644
--- a/release/Makefile.inc.docports
+++ b/release/Makefile.inc.docports
@@ -36,7 +36,6 @@ MINIMALDOCPORTS= \
ports/textproc/dsssl-docbook-modular \
ports/textproc/html \
ports/textproc/iso8879 \
- ports/textproc/jade \
ports/textproc/libxml2 \
ports/textproc/libxslt \
ports/textproc/linuxdoc \
@@ -44,3 +43,8 @@ MINIMALDOCPORTS= \
ports/textproc/sgmlformat \
ports/www/links \
ports/www/tidy
+.if ${MACHINE_ARCH} == "alpha"
+MINIMALDOCPORTS+= ports/textproc/openjade
+.else
+MINIMALDOCPORTS+= ports/textproc/jade
+.endif
OpenPOWER on IntegriCloud