summaryrefslogtreecommitdiff
path: root/editors/elvis
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-16 22:54:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-16 22:54:05 +0000
commit61b3a6bec83554aeeca93cdf9d7341e6324ccdf3 (patch)
tree1eb013ac656a4080638378e0568203d553ac3c8b /editors/elvis
parentUpgrading to Chora 1.2.1. (diff)
Chase the new location of libXft.
Notes
Notes: svn path=/head/; revision=104228
Diffstat (limited to 'editors/elvis')
-rw-r--r--editors/elvis/Makefile2
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`