svn commit: r411932 - head/textproc/asciidoc

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 26 17:10:04 UTC 2016


Author: sunpoet
Date: Sat Mar 26 17:10:02 2016
New Revision: 411932
URL: https://svnweb.freebsd.org/changeset/ports/411932

Log:
  - Add missing RUN_DEPENDS
  - Bump PORTREVISION for dependency change
  
  PR:		208303
  Submitted by:	tijl

Modified:
  head/textproc/asciidoc/Makefile

Modified: head/textproc/asciidoc/Makefile
==============================================================================
--- head/textproc/asciidoc/Makefile	Sat Mar 26 16:53:33 2016	(r411931)
+++ head/textproc/asciidoc/Makefile	Sat Mar 26 17:10:02 2016	(r411932)
@@ -3,7 +3,7 @@
 
 PORTNAME=	asciidoc
 PORTVERSION=	8.6.9
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	textproc
 MASTER_SITES=	SF
 
@@ -13,8 +13,11 @@ COMMENT=	Text document format for writin
 LICENSE=	GPLv2 MIT
 LICENSE_COMB=	multi
 
+RUN_DEPENDS=	docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
+
 GNU_CONFIGURE=	yes
-USES=		gmake python:2 shebangfix
+USE_GNOME=	libxml2:run libxslt:run
+USES=		gmake gnome python:2 shebangfix
 
 CONF_FILES=	asciidoc.conf docbook45.conf filters/code/code-filter.conf \
 		filters/graphviz/graphviz-filter.conf \


More information about the svn-ports-all mailing list