aboutsummaryrefslogtreecommitdiff
path: root/lang/scsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/scsh/Makefile')
-rw-r--r--lang/scsh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/scsh/Makefile b/lang/scsh/Makefile
index 9d894f2f550f..832a6f72ac94 100644
--- a/lang/scsh/Makefile
+++ b/lang/scsh/Makefile
@@ -16,7 +16,7 @@ COMMENT= A Unix shell embedded into Scheme, with access to all Posix calls
CONFLICTS= scheme48-[0-9]*
-CONFIGURE_ENV+= LDFLAGS="-Wl,-E"
+LDFLAGS+= -Wl,-E
.include <bsd.port.pre.mk>