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

(-)./Makefile (-7 / +5 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	w3c-validator
1
# Created by: Naram Qashat <cyberbotx@cyberbotx.com>
2
# Date created:				13 September 2005
3
# Whom:					Naram Qashat <cyberbotx@cyberbotx.com>
4
#
5
# $FreeBSD: ports/www/validator/Makefile,v 1.29 2012/06/30 14:31:05 az Exp $
2
# $FreeBSD: ports/www/validator/Makefile,v 1.29 2012/06/30 14:31:05 az Exp $
6
#
7
3
8
PORTNAME=	validator
4
PORTNAME=	validator
9
PORTVERSION=	1.3
5
PORTVERSION=	1.3
Lines 34-44 Link Here
34
30
35
SUB_FILES=	pkg-message validator.conf.sample
31
SUB_FILES=	pkg-message validator.conf.sample
36
32
37
OPTIONS=	HTML_TIDY "Enable HTML Markup Cleaning" On
33
OPTIONS_DEFINE=	HTML_TIDY
34
OPTIONS_DEFAULT=	HTML_TIDY
35
HTML_TIDY_DESC=	Enable HTML Markup Cleaning
38
36
39
.include <bsd.port.pre.mk>
37
.include <bsd.port.pre.mk>
40
38
41
.if !defined(WITHOUT_HTML_TIDY)
39
.if ${PORT_OPTIONS:MHTML_TIDY}
42
RUN_DEPENDS+=	p5-HTML-Tidy>=0:${PORTSDIR}/textproc/p5-HTML-Tidy
40
RUN_DEPENDS+=	p5-HTML-Tidy>=0:${PORTSDIR}/textproc/p5-HTML-Tidy
43
.endif
41
.endif

Return to bug 172460