Add textproc/opensp into $MINIMALDOCPORTS when openjade is used.

Reported by:	scottl (by alpha building breakage)
Approved by:	re (scottl)
This commit is contained in:
Jun Kuriyama 2003-05-25 03:41:41 +00:00
parent dc0545462e
commit 723a084b88

View File

@ -66,7 +66,8 @@ MINIMALDOCPORTS= \
MINIMALDOCPORTS+= ports/textproc/sed_inplace
.endif
.if ${MACHINE_ARCH} != "i386"
MINIMALDOCPORTS+= ports/textproc/openjade
MINIMALDOCPORTS+= ports/textproc/openjade \
ports/textproc/opensp
.else
MINIMALDOCPORTS+= ports/textproc/jade
.endif