Update the MINIMALDOCPORTS variable.

- Add ports/Tools to get some scripts.
  - Add missing dependency (print/ghostscript-gnu-nox11). [1]
  - Remove unused ports (devel/bison and textproc/mkcatalog). [1]

Submitted by:	jhay [1]
This commit is contained in:
Yoshihiro Takahashi 2004-01-30 14:10:24 +00:00
parent d9fece91e0
commit 11e5ad6def
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ OSVERSION!= /usr/sbin/sysctl -n kern.osreldate
MINIMALDOCPORTS= \
ports/Mk \
ports/Templates \
ports/Tools \
ports/archivers/unzip \
ports/converters/libiconv \
ports/devel/bison \
ports/devel/gettext \
ports/devel/gettext-old \
ports/devel/gmake \
@ -41,6 +41,7 @@ MINIMALDOCPORTS= \
ports/lang/perl5 \
ports/print/freetype2 \
ports/print/ghostscript-gnu \
ports/print/ghostscript-gnu-nox11 \
ports/textproc/docbook \
ports/textproc/docbook-241 \
ports/textproc/docbook-300 \
@ -57,7 +58,6 @@ MINIMALDOCPORTS= \
ports/textproc/libxml2 \
ports/textproc/libxslt \
ports/textproc/linuxdoc \
ports/textproc/mkcatalog \
ports/textproc/scr2txt \
ports/textproc/sdocbook-xml \
ports/textproc/sgmlformat \