diff options
author | lofi <lofi@FreeBSD.org> | 2005-02-10 19:53:15 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-02-10 19:53:15 +0800 |
commit | b16cf4b319361418fd049d3a48d330803b42c2a3 (patch) | |
tree | 19a8bea33bb5a39b184207f23f820f21e9b39472 | |
parent | cdc749caa8e10c504a4464b880cdd672b6ee9d63 (diff) | |
download | freebsd-ports-gnome-b16cf4b319361418fd049d3a48d330803b42c2a3.tar.gz freebsd-ports-gnome-b16cf4b319361418fd049d3a48d330803b42c2a3.tar.zst freebsd-ports-gnome-b16cf4b319361418fd049d3a48d330803b42c2a3.zip |
Runtime-depend on python (the wrong way, until bsd.port.mk is fixed).
-rw-r--r-- | devel/doxygen/Makefile | 1 |
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 |