diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-16 22:54:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-16 22:54:05 +0000 |
commit | 61b3a6bec83554aeeca93cdf9d7341e6324ccdf3 (patch) | |
tree | 1eb013ac656a4080638378e0568203d553ac3c8b /x11 | |
parent | a46fd54d0407cabc6c6fb96e3bdd7c42656b83fd (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 2 | ||||
-rw-r--r-- | x11/fbdesk/Makefile | 2 | ||||
-rw-r--r-- | x11/fspanel/Makefile | 2 | ||||
-rw-r--r-- | x11/gdkxft/Makefile | 2 | ||||
-rw-r--r-- | x11/idesk/Makefile | 2 | ||||
-rw-r--r-- | x11/mlterm/Makefile | 2 | ||||
-rw-r--r-- | x11/xstroke/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index 4335348373cd..c75cef7ef77b 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -23,7 +23,7 @@ COMMENT= XFree86-4 client programs and related files LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ Xcursor.1:${PORTSDIR}/x11/XFree86-4-libraries \ png.5:${PORTSDIR}/graphics/png \ - Xft.2:${PORTSDIR}/x11-fonts/Xft + Xft.2:${PORTSDIR}/x11-fonts/libXft SCRIPTS_ENV= InstallXdmConfig=${InstallXdmConfig} \ InstallXinitConfig=${InstallXinitConfig} \ diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile index 5e81402d079b..aaf58e00c30f 100644 --- a/x11/fbdesk/Makefile +++ b/x11/fbdesk/Makefile @@ -14,7 +14,7 @@ MAINTAINER= hendrik@scholz.net COMMENT= A Fluxbox utility to create and manage icons on the desktop LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - Xft.2:${PORTSDIR}/x11-fonts/Xft + Xft.2:${PORTSDIR}/x11-fonts/libXft PLIST_FILES= bin/fbdesk USE_X_PREFIX= yes diff --git a/x11/fspanel/Makefile b/x11/fspanel/Makefile index 144efcf4a086..de3fa588893a 100644 --- a/x11/fspanel/Makefile +++ b/x11/fspanel/Makefile @@ -14,7 +14,7 @@ DISTNAME= fspanel-0.8beta1 MAINTAINER= anarcat@anarcat.dyndns.org COMMENT= Tiny panel listing opened windows for gnome-compliant WM -LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft USE_X_PREFIX= yes HAS_CONFIGURE= yes diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile index 2bb45ff9e4bc..97052e09b9f8 100644 --- a/x11/gdkxft/Makefile +++ b/x11/gdkxft/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An anti-aliased font support for gtk+ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - Xft.2:${PORTSDIR}/x11-fonts/Xft + Xft.2:${PORTSDIR}/x11-fonts/libXft USE_X_PREFIX= yes USE_GNOME= gtk12 diff --git a/x11/idesk/Makefile b/x11/idesk/Makefile index 35a4451f9920..756a9f1ec012 100644 --- a/x11/idesk/Makefile +++ b/x11/idesk/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/ MAINTAINER= sascha@root-login.org COMMENT= Place launch icons directly on your desktop -LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 46fd6721538f..34dafa20762e 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -36,7 +36,7 @@ MAN1= mlterm.1 mlclient.1 PKGNAMESUFFIX= -noaa .else CONFIGURE_ARGS+= --enable-anti-alias -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .endif pre-everything:: diff --git a/x11/xstroke/Makefile b/x11/xstroke/Makefile index 90afd94cf020..a1cc989e3c35 100644 --- a/x11/xstroke/Makefile +++ b/x11/xstroke/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.handhelds.org/pub/projects/xstroke/release-${PORTVERSION MAINTAINER= ports@FreeBSD.org COMMENT= Fullscreen gesture recognition -LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/libgnugetopt:extract USE_REINPLACE= yes |