aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2011-03-11 17:19:22 +0800
committergahr <gahr@FreeBSD.org>2011-03-11 17:19:22 +0800
commit16b28d63bde9de190a987d2f8614fd988b0d4b44 (patch)
tree297885fbd961184633fb7695e6592e1a86528fa4 /graphics
parent8f149514c7a12a2cc226d9f12790a18b40125045 (diff)
downloadfreebsd-ports-gnome-16b28d63bde9de190a987d2f8614fd988b0d4b44.tar.gz
freebsd-ports-gnome-16b28d63bde9de190a987d2f8614fd988b0d4b44.tar.zst
freebsd-ports-gnome-16b28d63bde9de190a987d2f8614fd988b0d4b44.zip
- Fix BUILD_DEPENDS
Reported by: PH via pav
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libosmesa/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile
index 35093c7f7513..3d30396bc5ef 100644
--- a/graphics/libosmesa/Makefile
+++ b/graphics/libosmesa/Makefile
@@ -16,7 +16,8 @@ COMMENT= Off-Screen Mesa implementation of the OpenGL API
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
talloc.2:${PORTSDIR}/devel/talloc
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 \
+ makedepend:${PORTSDIR}/devel/makedepend
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFLICTS= mesagl-mangled-*