aboutsummaryrefslogtreecommitdiff
path: root/www/tidy-devel
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2008-07-13 12:49:44 +0000
committerThierry Thomas <thierry@FreeBSD.org>2008-07-13 12:49:44 +0000
commite9c78d7b2eae13a7d39ae953b08bb0e2bb3e00ae (patch)
tree4a8dc50f2088371eb7c685f68ce0f52e5cf6e9e0 /www/tidy-devel
parentc8ab97210c12790b76c44e51e2f3d694fafb8618 (diff)
downloadports-e9c78d7b2eae13a7d39ae953b08bb0e2bb3e00ae.tar.gz
ports-e9c78d7b2eae13a7d39ae953b08bb0e2bb3e00ae.zip
Notes
Diffstat (limited to 'www/tidy-devel')
-rw-r--r--www/tidy-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile
index 1f058fafd325..4e18615b190a 100644
--- a/www/tidy-devel/Makefile
+++ b/www/tidy-devel/Makefile
@@ -18,6 +18,8 @@ PKGNAMESUFFIX?= -devel
MAINTAINER?= thierry@FreeBSD.org
COMMENT?= Utility to clean up and pretty print HTML/XHTML/XML
+BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
+
USE_BZIP2= yes
SLAVEDIRS= www/tidy-lib
@@ -46,7 +48,6 @@ MAN1= tidy.1
.if !defined(NOPORTDOCS)
. if !defined(WITH_SHLIB)
-BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt
ALL_TARGET= all doc
DOCFILES= quickref.html
. endif