diff options
author | murray <murray@FreeBSD.org> | 2004-07-12 04:09:39 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2004-07-12 04:09:39 +0000 |
commit | de2b49b3bc9c3cae6b754fd74467daef6df83a53 (patch) | |
tree | 371fdb335c9acd3d04978dffc46f7acc7db2331f /release | |
parent | 943cc11b6dbcd232ed99db08db26b6924caecacc (diff) | |
download | FreeBSD-src-de2b49b3bc9c3cae6b754fd74467daef6df83a53.zip FreeBSD-src-de2b49b3bc9c3cae6b754fd74467daef6df83a53.tar.gz |
Chase the docproj ports required to build a release with NOPORTS but
without NODOCS.
PR: ports/68153
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile.inc.docports | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/release/Makefile.inc.docports b/release/Makefile.inc.docports index e13269e..ed77421 100644 --- a/release/Makefile.inc.docports +++ b/release/Makefile.inc.docports @@ -9,6 +9,9 @@ # names, so the required part of the ports infrastructure will # be cvs co'ed accordingly. # +# This list of ports should be checked with the output of : +# make all-depends-list | sed -e 's|^/usr/||' | sed -e 's|$| \\|' +# # Get __FreeBSD_version .if !defined(OSVERSION) @@ -26,9 +29,10 @@ MINIMALDOCPORTS= \ ports/archivers/unzip \ ports/converters/libiconv \ ports/devel/gettext \ - ports/devel/gettext-old \ ports/devel/gmake \ + ports/devel/imake-4 \ ports/devel/libtool13 \ + ports/devel/libtool15 \ ports/devel/pkgconfig \ ports/graphics/gd \ ports/graphics/jbigkit \ @@ -42,6 +46,7 @@ MINIMALDOCPORTS= \ ports/print/freetype2 \ ports/print/ghostscript-gnu \ ports/print/ghostscript-gnu-nox11 \ + ports/print/gsfonts \ ports/textproc/docbook \ ports/textproc/docbook-241 \ ports/textproc/docbook-300 \ |