summaryrefslogtreecommitdiff
path: root/editors/elvis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/elvis/Makefile')
-rw-r--r--editors/elvis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile
index e4196fccc453..830bbc3a794d 100644
--- a/editors/elvis/Makefile
+++ b/editors/elvis/Makefile
@@ -40,7 +40,7 @@ CONFIGURE_ARGS+= --without-xft
USE_XORG= xft xt
CONFIGURE_ARGS+= --libs="${LDFLAGS}"
CFLAGS+= `freetype-config --cflags`
-LDFLAGS= `freetype-config --libs`
+LDFLAGS+= `freetype-config --libs`
.endif
.endif