diff options
Diffstat (limited to 'editors/elvis/Makefile')
-rw-r--r-- | editors/elvis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile index ce9185d5e5ba..4ebb8df4560d 100644 --- a/editors/elvis/Makefile +++ b/editors/elvis/Makefile @@ -37,7 +37,7 @@ USE_XPM= yes .if ${XFREE86_VERSION} < 4 || defined(WITHOUT_XFT) CONFIGURE_ARGS+= --without-xft .else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft CONFIGURE_ARGS+= --libs="${LDFLAGS}" CFLAGS+= `freetype-config --cflags` LDFLAGS= `freetype-config --libs` |