diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-17 06:54:05 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-17 06:54:05 +0800 |
commit | 163a239830a8f89b38f71366121af40a1baf8a59 (patch) | |
tree | 5648a332eb4e631fe6a8548bd22020f5b6d5dcd8 /editors/elvis | |
parent | 9a9eb7dd94dfacbb15e8f70b2f35f7e1dc2150a0 (diff) | |
download | freebsd-ports-graphics-163a239830a8f89b38f71366121af40a1baf8a59.tar.gz freebsd-ports-graphics-163a239830a8f89b38f71366121af40a1baf8a59.tar.zst freebsd-ports-graphics-163a239830a8f89b38f71366121af40a1baf8a59.zip |
Chase the new location of libXft.
Diffstat (limited to 'editors/elvis')
-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 ce9185d5e5b..4ebb8df4560 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` |