diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-02 10:51:23 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-02 10:51:23 +0000 |
commit | d905ea6b9c6806848ecedaef0697f70c7caf9ba0 (patch) | |
tree | 3747417f20bb81d1d3205610cd32a5fa390ed7a8 /graphics | |
parent | 40c2d2d610c060e7a85235c5b3d2cb707c80f333 (diff) | |
download | ports-d905ea6b9c6806848ecedaef0697f70c7caf9ba0.tar.gz ports-d905ea6b9c6806848ecedaef0697f70c7caf9ba0.zip |
Notes
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" |