diff options
author | gahr <gahr@FreeBSD.org> | 2010-04-09 16:52:45 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-04-09 16:52:45 +0800 |
commit | 865308eabac0252d08a8c68fae2bd223ec853e60 (patch) | |
tree | de4b9a35912d07d7749263ca7f0c87b9d4051c3f /graphics/libosmesa | |
parent | 308b9669940120ab781d3d42d965c9fc4cebffdf (diff) | |
download | freebsd-ports-gnome-865308eabac0252d08a8c68fae2bd223ec853e60.tar.gz freebsd-ports-gnome-865308eabac0252d08a8c68fae2bd223ec853e60.tar.zst freebsd-ports-gnome-865308eabac0252d08a8c68fae2bd223ec853e60.zip |
- Add build dependency on python
Reported by: QAT
Diffstat (limited to 'graphics/libosmesa')
-rw-r--r-- | graphics/libosmesa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile index 83ecee593f67..e4aa1fc54871 100644 --- a/graphics/libosmesa/Makefile +++ b/graphics/libosmesa/Makefile @@ -22,6 +22,7 @@ USE_BZIP2= yes USE_LDCONFIG= yes USE_XORG= xxf86vm xext xfixes xdamage xt USE_GMAKE= yes +USE_PYTHON_BUILD= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-driver=osmesa --with-osmesa-bits=32 \ --includedir=${PREFIX}/include/Mesa |