diff options
| author | Thomas Moestl <tmm@FreeBSD.org> | 2002-11-10 14:38:27 +0000 |
|---|---|---|
| committer | Thomas Moestl <tmm@FreeBSD.org> | 2002-11-10 14:38:27 +0000 |
| commit | 4b8dd6b2d003982cca333e504a3894da886c1da5 (patch) | |
| tree | 1352f57f36861506803ed620a35e3d5189ddf81e | |
| parent | b18146b4c26bba1cc3de0cfa3bf77b3c6be37721 (diff) | |
Notes
| -rw-r--r-- | release/Makefile.inc.docports | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile.inc.docports b/release/Makefile.inc.docports index 96ef84fc19a4..4092a8311474 100644 --- a/release/Makefile.inc.docports +++ b/release/Makefile.inc.docports @@ -37,6 +37,7 @@ MINIMALDOCPORTS= \ ports/graphics/scr2png \ ports/textproc/scr2txt \ ports/graphics/tiff \ + ports/lang/perl5 \ ports/print/freetype2 \ ports/print/ghostscript-gnu \ ports/textproc/docbook \ @@ -61,7 +62,7 @@ MINIMALDOCPORTS= \ .if ${OSVERSION} < 460101 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500036 ) MINIMALDOCPORTS+= ports/textproc/sed_inplace .endif -.if ${MACHINE_ARCH} == "alpha" +.if ${MACHINE_ARCH} != "i386" MINIMALDOCPORTS+= ports/textproc/openjade .else MINIMALDOCPORTS+= ports/textproc/jade |
