diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-02 18:51:23 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-02 18:51:23 +0800 |
commit | 04fb8d9743a3773d72c58bd2b097373bdbd8a668 (patch) | |
tree | 0469ccdb66da2781fc0dfcfa89a8568b3ddc79d2 /graphics | |
parent | 2ccf2ba1797ede930303b4da3aeb29cc4ab0e62b (diff) | |
download | freebsd-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/Makefile | 2 |
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" |