summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-02 10:51:23 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-02 10:51:23 +0000
commitd905ea6b9c6806848ecedaef0697f70c7caf9ba0 (patch)
tree3747417f20bb81d1d3205610cd32a5fa390ed7a8 /graphics
parentMake the port bento-safe. (diff)
Make utah-glx bento-safe.
Notes
Notes: svn path=/head/; revision=29098
Diffstat (limited to 'graphics')
-rw-r--r--graphics/utah-glx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/utah-glx/Makefile b/graphics/utah-glx/Makefile
index afe9885623ed..7b36f63a40f9 100644
--- a/graphics/utah-glx/Makefile
+++ b/graphics/utah-glx/Makefile
@@ -26,7 +26,7 @@ GLUTVER?= 3
CONFIGURE_SCRIPT=autogen.sh
CONFIGURE_ARGS= --enable-extra \
- --with-mesa=${PORTSDIR}/graphics/Mesa3/work/Mesa-3.2 \
+ --with-mesa=${WRKDIRPREFIX}${.CURDIR}/../../graphics/Mesa3/work/Mesa-3.2 \
--sysconfdir=${PREFIX}/etc \
--with-moduledir=${PREFIX}/lib/modules
CONFIGURE_ENV= TCLSH="tclsh8.2"