diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-02-18 04:51:34 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-02-18 04:51:34 +0000 |
commit | 38805e871a0ec7d383e76a6cb1d979ba6c291d56 (patch) | |
tree | 662a776fedc3c397b783a0430a4b7be199a8e394 /www/firefox35 | |
parent | 953d99c1d09853d63e45c6d270aa74cebcd15151 (diff) | |
download | ports-38805e871a0ec7d383e76a6cb1d979ba6c291d56.tar.gz ports-38805e871a0ec7d383e76a6cb1d979ba6c291d56.zip |
Notes
Diffstat (limited to 'www/firefox35')
-rw-r--r-- | www/firefox35/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index a01bf2e81ec3..fd8f49bcb698 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -76,7 +76,7 @@ CONFIGURE_ENV+= WITH_LOGGING=yes .if defined(WITHOUT_XFT) CONFIGURE_ENV+= WITHOUT_XFT=yes .else -LIB_DEPENDS+= Xft2.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft .endif # !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include @@ -101,12 +101,6 @@ post-extract:: -e 's|@PREFIX@|${LOCAL_PREFIX}|' \ <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig -# fix for Xft (thanks to marcus@) -post-patch: - cd ${WRKSRC}/gfx/src/gtk; \ - ${REINPLACE_CMD} -e 's|X11/Xft/Xft\.h|X11/Xft/Xft2.h|g' \ - nsDrawingSurfaceGTK.cpp nsFontMetricsXft.h - post-build: ${RM} -f ${PLIST} ${TOUCH} ${PLIST} |