From 66c6b65ac0868be2fdeed3412219964a88436d6c Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Thu, 25 May 2006 21:54:08 +0000 Subject: - Remove DLL_ONLY=true from MAKE_ENV, it was used for testing the game libraries on i386. Approved by: garga (mentor, implicitly) --- games/q3cellshading/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/q3cellshading/Makefile') diff --git a/games/q3cellshading/Makefile b/games/q3cellshading/Makefile index c764ffb614b1..8b69ea6c6bc2 100644 --- a/games/q3cellshading/Makefile +++ b/games/q3cellshading/Makefile @@ -32,7 +32,7 @@ OPTIONS= CLIENT "Build client" on \ OPTIMIZED_CFLAGS "Enable compilation optimizations" on \ SMP "Build SMP (threaded) client" on -MAKE_ENV= LIBDIR="${LIBDIR}" DLL_ONLY=true +MAKE_ENV= LIBDIR="${LIBDIR}" PLIST_SUB= LIBDIR="${LIBDIR:S/${PREFIX}\///}" LIBDIR= ${PREFIX}/lib/${PORTNAME} -- cgit v1.2.3