aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-02 18:51:23 +0800
committersobomax <sobomax@FreeBSD.org>2000-06-02 18:51:23 +0800
commit04fb8d9743a3773d72c58bd2b097373bdbd8a668 (patch)
tree0469ccdb66da2781fc0dfcfa89a8568b3ddc79d2 /graphics
parent2ccf2ba1797ede930303b4da3aeb29cc4ab0e62b (diff)
downloadfreebsd-ports-gnome-04fb8d9743a3773d72c58bd2b097373bdbd8a668.tar.gz
freebsd-ports-gnome-04fb8d9743a3773d72c58bd2b097373bdbd8a668.tar.zst
freebsd-ports-gnome-04fb8d9743a3773d72c58bd2b097373bdbd8a668.zip
Make utah-glx bento-safe.
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"