From 890ef4f4fe4a93a23d7b49d23abcd70a153acdbb Mon Sep 17 00:00:00 2001 From: John Hay Date: Fri, 17 Sep 2010 07:40:02 +0000 Subject: [PATCH] Chase the ports list to make snapshots work again with NOPORTS set. --- release/Makefile.inc.docports | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/release/Makefile.inc.docports b/release/Makefile.inc.docports index 610fae3622cc..f4b238a07c1a 100644 --- a/release/Makefile.inc.docports +++ b/release/Makefile.inc.docports @@ -26,9 +26,12 @@ MINIMALDOCPORTS= \ MINIMALDOCPORTS+= \ ports/archivers/unzip \ ports/converters/libiconv \ + ports/devel/autoconf267 \ + ports/devel/autoconf-wrapper \ ports/devel/gettext \ ports/devel/gmake \ - ports/devel/libtool15 \ + ports/devel/libtool22 \ + ports/devel/m4 \ ports/devel/pkg-config \ ports/graphics/gd \ ports/graphics/jbigkit \ @@ -37,6 +40,7 @@ MINIMALDOCPORTS+= \ ports/graphics/png \ ports/graphics/scr2png \ ports/graphics/tiff \ + ports/misc/help2man \ ports/print/freetype2 \ ports/print/ghostscript8 \ ports/print/ghostscript8-nox11 \