Set WITHOUT_SVN=yes for textproc/docproj.

Submitted by:	gjb
This commit is contained in:
Hiroki Sato 2013-01-12 22:41:29 +00:00
parent c0eb2f0351
commit 7da8fb21cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245346

View File

@ -160,7 +160,7 @@ build_docports()
{
# Could not install textproc/docproj from pkg(8) or pkg_add(1). Build
# the port as final fallback.
chroot ${CHROOTDIR} /bin/sh -c 'make -C /usr/ports/textproc/docproj BATCH=yes WITH_JADETEX=no WITHOUT_X11=yes WITHOUT_PYTHON=yes install clean' || \
chroot ${CHROOTDIR} /bin/sh -c 'make -C /usr/ports/textproc/docproj BATCH=yes WITHOUT_SVN=yes WITH_JADETEX=no WITHOUT_X11=yes WITHOUT_PYTHON=yes install clean' || \
{ echo "*** Could not build the textproj/docproj port. Exiting."; exit 2; }
}