From c6535e2fa7f07178532cebeadf49e7309985ea88 Mon Sep 17 00:00:00 2001 From: trevor Date: Tue, 1 Mar 2005 21:51:48 +0000 Subject: Respect the user's USE_LINUX setting. --- graphics/linux_glide/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/linux_glide') diff --git a/graphics/linux_glide/Makefile b/graphics/linux_glide/Makefile index 599f4fb62974..3dcfedc701a6 100644 --- a/graphics/linux_glide/Makefile +++ b/graphics/linux_glide/Makefile @@ -22,7 +22,7 @@ COMMENT= Linux library implementing the GLIDE interface to 3dfx video cards ONLY_FOR_ARCHS= i386 USE_LINUX_PREFIX=yes -USE_LINUX= yes +USE_LINUX?= yes NO_MTREE= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/Glide2.4 -- cgit