diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-06 08:18:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-06 08:18:46 +0000 |
commit | 836258e41e9a3099f1e3835cc028d1a8ff9de614 (patch) | |
tree | cec656f2e10455023ab40d540e69da1f950be6b7 /graphics/utah-glx/Makefile | |
parent | New port: mmix, a RISC computer designed by Donald E. Knuth (diff) |
- Use tcl8.3;
- provide workarround for dlopen()/dlsym() bug in recent CURRENT/STABLE.
Diffstat (limited to 'graphics/utah-glx/Makefile')
-rw-r--r-- | graphics/utah-glx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/utah-glx/Makefile b/graphics/utah-glx/Makefile index 51d686800b64..3c6b0bcf211f 100644 --- a/graphics/utah-glx/Makefile +++ b/graphics/utah-glx/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= sobomax MAINTAINER= 3d@FreeBSD.org -BUILD_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82 \ +BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83 \ autoconf:${PORTSDIR}/devel/autoconf \ nonexistent:${PORTSDIR}/graphics/Mesa3:patch @@ -33,7 +33,7 @@ CONFIGURE_ARGS= --enable-extra \ --with-mesa=${WRKDIRPREFIX}${.CURDIR}/../../graphics/Mesa3/work/Mesa-3.2.1 \ --sysconfdir=${PREFIX}/etc \ --with-moduledir=${PREFIX}/lib/modules -CONFIGURE_ENV= TCLSH="tclsh8.2" +CONFIGURE_ENV= TCLSH="tclsh8.3" MAKE_ENV= GLVER="${GLVER}" GLUTVER="${GLUTVER}" PLIST_SUB= GLVER="${GLVER}" GLUTVER="${GLUTVER}" |