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 /www | |
parent | Upgrading to Chora 1.2.1. (diff) |
Chase the new location of libXft.
Notes
Notes:
svn path=/head/; revision=104228
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-devel/Makefile | 2 | ||||
-rw-r--r-- | www/firefox-esr/Makefile | 2 | ||||
-rw-r--r-- | www/firefox/Makefile | 2 | ||||
-rw-r--r-- | www/firefox10/Makefile | 2 | ||||
-rw-r--r-- | www/firefox15/Makefile | 2 | ||||
-rw-r--r-- | www/firefox3-devel/Makefile | 2 | ||||
-rw-r--r-- | www/firefox35/Makefile | 2 | ||||
-rw-r--r-- | www/firefox36/Makefile | 2 | ||||
-rw-r--r-- | www/flock/Makefile | 2 | ||||
-rw-r--r-- | www/mozilla-devel/Makefile | 2 | ||||
-rw-r--r-- | www/mozilla/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index b94136056028..db5580874bf2 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/Makefile @@ -73,7 +73,7 @@ CONFIGURE_ENV+= WITH_LOGGING=yes .if defined(WITHOUT_XFT) CONFIGURE_ENV+= WITHOUT_XFT=yes .else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .endif # !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index b94136056028..db5580874bf2 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -73,7 +73,7 @@ CONFIGURE_ENV+= WITH_LOGGING=yes .if defined(WITHOUT_XFT) CONFIGURE_ENV+= WITHOUT_XFT=yes .else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .endif # !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include diff --git a/www/firefox/Makefile b/www/firefox/Makefile index b94136056028..db5580874bf2 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -73,7 +73,7 @@ CONFIGURE_ENV+= WITH_LOGGING=yes .if defined(WITHOUT_XFT) CONFIGURE_ENV+= WITHOUT_XFT=yes .else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .endif # !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index b94136056028..db5580874bf2 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -73,7 +73,7 @@ CONFIGURE_ENV+= WITH_LOGGING=yes .if defined(WITHOUT_XFT) CONFIGURE_ENV+= WITHOUT_XFT=yes .else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .endif # !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index b94136056028..db5580874bf2 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/Makefile @@ -73,7 +73,7 @@ CONFIGURE_ENV+= WITH_LOGGING=yes .if defined(WITHOUT_XFT) CONFIGURE_ENV+= WITHOUT_XFT=yes .else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .endif # !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index b94136056028..db5580874bf2 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -73,7 +73,7 @@ CONFIGURE_ENV+= WITH_LOGGING=yes .if defined(WITHOUT_XFT) CONFIGURE_ENV+= WITHOUT_XFT=yes .else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .endif # !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index b94136056028..db5580874bf2 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -73,7 +73,7 @@ CONFIGURE_ENV+= WITH_LOGGING=yes .if defined(WITHOUT_XFT) CONFIGURE_ENV+= WITHOUT_XFT=yes .else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .endif # !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index b94136056028..db5580874bf2 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -73,7 +73,7 @@ CONFIGURE_ENV+= WITH_LOGGING=yes .if defined(WITHOUT_XFT) CONFIGURE_ENV+= WITHOUT_XFT=yes .else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .endif # !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include diff --git a/www/flock/Makefile b/www/flock/Makefile index b94136056028..db5580874bf2 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -73,7 +73,7 @@ CONFIGURE_ENV+= WITH_LOGGING=yes .if defined(WITHOUT_XFT) CONFIGURE_ENV+= WITHOUT_XFT=yes .else -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .endif # !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 0f9adef552c0..d5555c8120cb 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -38,7 +38,7 @@ USE_GNOME= gtk20 libidl .endif .if !defined(WITHOUT_XFT) -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .if exists(${X11BASE}/lib/X11/fonts/mozilla/fonts.dir) BROKEN= Mozilla${MOZ_SUFX} and Xft2 render the mozilla-fonts \ illegibly. Please remove the mozilla-fonts package. diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 74c4faf3c4f8..703e78463c4e 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -37,7 +37,7 @@ USE_GNOME= gtk20 libidl .endif .if !defined(WITHOUT_XFT) -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .if exists(${X11BASE}/lib/X11/fonts/mozilla/fonts.dir) BROKEN= Mozilla${MOZ_SUFX} and Xft2 render the mozilla-fonts \ illegibly. Please remove the mozilla-fonts package. diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 0f9adef552c0..d5555c8120cb 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -38,7 +38,7 @@ USE_GNOME= gtk20 libidl .endif .if !defined(WITHOUT_XFT) -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .if exists(${X11BASE}/lib/X11/fonts/mozilla/fonts.dir) BROKEN= Mozilla${MOZ_SUFX} and Xft2 render the mozilla-fonts \ illegibly. Please remove the mozilla-fonts package. diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 0f9adef552c0..d5555c8120cb 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -38,7 +38,7 @@ USE_GNOME= gtk20 libidl .endif .if !defined(WITHOUT_XFT) -LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .if exists(${X11BASE}/lib/X11/fonts/mozilla/fonts.dir) BROKEN= Mozilla${MOZ_SUFX} and Xft2 render the mozilla-fonts \ illegibly. Please remove the mozilla-fonts package. |