aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/icewm/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-03-17 06:54:05 +0800
committermarcus <marcus@FreeBSD.org>2004-03-17 06:54:05 +0800
commit163a239830a8f89b38f71366121af40a1baf8a59 (patch)
tree5648a332eb4e631fe6a8548bd22020f5b6d5dcd8 /x11-wm/icewm/Makefile
parent9a9eb7dd94dfacbb15e8f70b2f35f7e1dc2150a0 (diff)
downloadfreebsd-ports-gnome-163a239830a8f89b38f71366121af40a1baf8a59.tar.gz
freebsd-ports-gnome-163a239830a8f89b38f71366121af40a1baf8a59.tar.zst
freebsd-ports-gnome-163a239830a8f89b38f71366121af40a1baf8a59.zip
Chase the new location of libXft.
Diffstat (limited to 'x11-wm/icewm/Makefile')
-rw-r--r--x11-wm/icewm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index 5ef8ce6a526a..114c60c39e1c 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --with-icesound=oss
.if ${XFREE86_VERSION} < 4 || defined(WITHOUT_XFT)
CONFIGURE_ARGS+= --enable-corefonts --disable-xfreetype
.else
-LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft
+LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
.endif
.if ${XFREE86_VERSION} < 4 || defined(WITHOUT_XINERAMA)