diff options
author | knu <knu@FreeBSD.org> | 2001-11-07 06:33:08 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-11-07 06:33:08 +0800 |
commit | d61538eae2d410857962b5911d46c9d0137910b1 (patch) | |
tree | 924e2e962907354da327a9d0fa1e78bb73239dee /graphics | |
parent | ad90c5cc2e3f5be8cb677a24188bbb210f9d8941 (diff) | |
download | freebsd-ports-gnome-d61538eae2d410857962b5911d46c9d0137910b1.tar.gz freebsd-ports-gnome-d61538eae2d410857962b5911d46c9d0137910b1.tar.zst freebsd-ports-gnome-d61538eae2d410857962b5911d46c9d0137910b1.zip |
Define NO_LATEST_LINK, because linux_mesa3 is the latest and no port
depends on this port.
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 |