summaryrefslogtreecommitdiff
path: root/security/lsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/lsh/Makefile')
-rw-r--r--security/lsh/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile
index 400e57c6b003..f6012156ffc3 100644
--- a/security/lsh/Makefile
+++ b/security/lsh/Makefile
@@ -23,10 +23,9 @@ GNU_CONFIGURE= yes
USE_XORG= xau
USE_GMAKE= yes
INSTALL_TARGET= install
-CONFIGURE_ENV= PREFIX="${PREFIX}" CC="${CC}" CFLAGS="${CFLAGS}"
+CONFIGURE_ENV= PREFIX="${PREFIX}"
CONFIGURE_ARGS+= --with-include-path=${LOCALBASE}/include
CONFIGURE_ARGS+= --with-lib-path=${LOCALBASE}/lib
-CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
PLIST_SUB+= KRB=""
.else