diff options
author | jhay <jhay@FreeBSD.org> | 2003-08-04 12:12:36 +0000 |
---|---|---|
committer | jhay <jhay@FreeBSD.org> | 2003-08-04 12:12:36 +0000 |
commit | be8a3feb487fa80893ea6bf3c29afe41abdec2a4 (patch) | |
tree | 4f4958db3138e60cef224c378c6820cafe4d275b /release | |
parent | 05b178d9bc5b5b2d9e5d692f00b1ce370182b343 (diff) | |
download | FreeBSD-src-be8a3feb487fa80893ea6bf3c29afe41abdec2a4.zip FreeBSD-src-be8a3feb487fa80893ea6bf3c29afe41abdec2a4.tar.gz |
Chase the doc ports.
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile.inc.docports | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/release/Makefile.inc.docports b/release/Makefile.inc.docports index f47df77..12c8f6f 100644 --- a/release/Makefile.inc.docports +++ b/release/Makefile.inc.docports @@ -21,14 +21,16 @@ OSVERSION!= /usr/sbin/sysctl -n kern.osreldate MINIMALDOCPORTS= \ ports/Mk \ + ports/Templates \ ports/archivers/unzip \ ports/converters/libiconv \ ports/devel/bison \ ports/devel/gettext \ ports/devel/gmake \ - ports/devel/libtool \ + ports/devel/libtool13 \ ports/devel/pkgconfig \ - ports/graphics/gd \ + ports/graphics/gd2 \ + ports/graphics/gd-nox11 \ ports/graphics/jbigkit \ ports/graphics/jpeg \ ports/graphics/netpbm \ @@ -60,6 +62,7 @@ MINIMALDOCPORTS= \ ports/textproc/sdocbook-xml \ ports/textproc/sgmlformat \ ports/textproc/xhtml \ + ports/textproc/xmlcatmgr \ ports/www/links1 \ ports/www/tidy .if ${OSVERSION} < 460101 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500036 ) |