svn commit: r478319 - head/lang/jimtcl

Pietro Cerutti gahr at FreeBSD.org
Tue Aug 28 14:21:41 UTC 2018


Author: gahr
Date: Tue Aug 28 14:21:40 2018
New Revision: 478319
URL: https://svnweb.freebsd.org/changeset/ports/478319

Log:
  lang/jimtcl: do not depend on asciidoc, prebuilt docs are shipped

Modified:
  head/lang/jimtcl/Makefile

Modified: head/lang/jimtcl/Makefile
==============================================================================
--- head/lang/jimtcl/Makefile	Tue Aug 28 14:19:47 2018	(r478318)
+++ head/lang/jimtcl/Makefile	Tue Aug 28 14:21:40 2018	(r478319)
@@ -26,7 +26,6 @@ PLIST_SUB=	PORTVERSION=${PORTVERSION}
 OPTIONS_DEFINE=		DOCS
 DOCS_CONFIGURE_ENABLE=	docs
 DOCS_CONFIGURE_ON=	--docdir=${DOCSDIR}
-DOCS_BUILD_DEPENDS=	asciidoc:textproc/asciidoc
 PORTDOCS=		*
 
 TEST_TARGET=		test


More information about the svn-ports-head mailing list