View | Details | Raw Unified | Return to bug 208303
Collapse All | Expand All

(-)textproc/asciidoc/Makefile (-1 / +4 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	asciidoc
4
PORTNAME=	asciidoc
5
PORTVERSION=	8.6.9
5
PORTVERSION=	8.6.9
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
9
Lines 13-18 COMMENT= Text document format for writin Link Here
13
LICENSE=	GPLv2 MIT
13
LICENSE=	GPLv2 MIT
14
LICENSE_COMB=	multi
14
LICENSE_COMB=	multi
15
15
16
RUN_DEPENDS=	xmllint:${PORTSDIR}/textproc/libxml2 \
17
		xsltproc:${PORTSDIR}/textproc/libxslt
18
16
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
17
USES=		gmake python:2 shebangfix
20
USES=		gmake python:2 shebangfix
18
21

Return to bug 208303