summaryrefslogtreecommitdiff
path: root/databases/tokyotyrant/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/tokyotyrant/Makefile')
-rw-r--r--databases/tokyotyrant/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tokyotyrant/Makefile b/databases/tokyotyrant/Makefile
index 8f1e75874712..0102829a31f4 100644
--- a/databases/tokyotyrant/Makefile
+++ b/databases/tokyotyrant/Makefile
@@ -27,14 +27,14 @@ MAN8= ttservctl.8
OPTIONS= LUA "Enable LUA support" off
-CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
+LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.pre.mk>
.if defined(WITH_LUA)
CONFIGURE_ARGS+= --enable-lua
-CONFIGURE_ENV+= LDFLAGS="-L${LUA_LIBDIR}"
+LDFLAGS+= -L${LUA_LIBDIR}
CFLAGS+= -I${LUA_INCDIR}
USE_LUA= yes
.else