diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-06 22:33:08 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-06 22:33:08 +0000 |
commit | cf4a85efb291c2fd700e611ad4a4716ce54241ca (patch) | |
tree | dfb7e4d761702392bee4068b7a26a4b87be66b38 /graphics | |
parent | 769e50d8290625b0db7a3abcf8cf3c83800cb4f3 (diff) | |
download | ports-cf4a85efb291c2fd700e611ad4a4716ce54241ca.tar.gz ports-cf4a85efb291c2fd700e611ad4a4716ce54241ca.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/linux_mesa/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/linux_mesa/Makefile b/graphics/linux_mesa/Makefile index 9d06d8cbd3c8..5b393d825025 100644 --- a/graphics/linux_mesa/Makefile +++ b/graphics/linux_mesa/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= /compat/linux/usr/lib/libglide2x.so:${PORTSDIR}/graphics/linux_gl BROKEN= linux crosscompilation needs to be fixed first ONLY_FOR_ARCHS= i386 +NO_LATEST_LINK= yes + ALL_TARGET= linux-glide MAKE_ENV= PATH=${PREFIX}/usr/bin:$$PATH NO_FILTER_SHLIBS=yes |