summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-02-10 11:53:15 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-02-10 11:53:15 +0000
commit46fb1fe412ddab3291e5661b99ff681e8c7bd616 (patch)
tree19d42e9b31534034e9276c1d607f6cb1b1cade9f
parent- Unbreak on amd64 (diff)
Runtime-depend on python (the wrong way, until bsd.port.mk is fixed).
-rw-r--r--devel/doxygen/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile
index 7f678eec92a7..12509537d12e 100644
--- a/devel/doxygen/Makefile
+++ b/devel/doxygen/Makefile
@@ -18,6 +18,7 @@ ALL_TARGET= all
.if !defined(NOPORTDOCS)
ALL_TARGET+= docs
+BUILD_DEPENDS+= python:${PORTSDIR}/lang/python # XXX: Replace with USE_PYTHON_BUILD
BUILD_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
.else
.undef HAVE_LATEX