summaryrefslogtreecommitdiff
path: root/x11-toolkits
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 /x11-toolkits
parentUpgrading to Chora 1.2.1. (diff)
Chase the new location of libXft.
Notes
Notes: svn path=/head/; revision=104228
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnustep-back/Makefile2
-rw-r--r--x11-toolkits/pango/Makefile2
-rw-r--r--x11-toolkits/qt23/Makefile2
-rw-r--r--x11-toolkits/qt33/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile
index 2cb7827fc3ca..5b0bf7fe817f 100644
--- a/x11-toolkits/gnustep-back/Makefile
+++ b/x11-toolkits/gnustep-back/Makefile
@@ -21,7 +21,7 @@ COMMENT= GNUstep GUI backend
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff
-LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft
+LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
USE_XLIB= yes
PREFIX= ${LOCALBASE}/GNUstep
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index e670b79e193f..7124c70c878b 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= An open-source framework for the layout and rendering of i18n text
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2
-LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft
+LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
RUN_DEPENDS= ${FONTSCALE}:${PORTSDIR}/x11-fonts/XFree86-4-fontScalable \
${FONTENCOD}:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings
diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile
index f8b00277f76d..4551341e78b8 100644
--- a/x11-toolkits/qt23/Makefile
+++ b/x11-toolkits/qt23/Makefile
@@ -20,7 +20,7 @@ COMMENT?= A C++ X GUI toolkit
LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \
png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- Xft.2:${PORTSDIR}/x11-fonts/Xft
+ Xft.2:${PORTSDIR}/x11-fonts/libXft
CONFLICTS= qt-3.*
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index 973ac805b9a8..44bc8445cb04 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -77,7 +77,7 @@ CONFIGURE_ARGS+=-platform ${LOCALBASE}/share/qt/mkspecs/freebsd-g++
.endif
.if !defined(WITHOUT_XFT)
-LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft
+LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
.else
CONFIGURE_ARGS+=-no-xft
.endif