aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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