svn commit: r322490 - in head: x11-toolkits/pango x11-toolkits/qt4-gui x11/kdelibs3

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 8 11:42:03 UTC 2013


Author: bapt
Date: Mon Jul  8 11:42:01 2013
New Revision: 322490
URL: http://svnweb.freebsd.org/changeset/ports/322490

Log:
  Remove latest usage of X_FONTS_ENCODINGS_PORT and X_FONTS_TTF_PORT

Modified:
  head/x11-toolkits/pango/Makefile
  head/x11-toolkits/qt4-gui/Makefile
  head/x11/kdelibs3/Makefile

Modified: head/x11-toolkits/pango/Makefile
==============================================================================
--- head/x11-toolkits/pango/Makefile	Mon Jul  8 11:31:23 2013	(r322489)
+++ head/x11-toolkits/pango/Makefile	Mon Jul  8 11:42:01 2013	(r322490)
@@ -19,8 +19,8 @@ USE_XZ=		yes
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/freetype2.pc:${PORTSDIR}/print/freetype2 \
 		g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
 LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphics/cairo
-RUN_DEPENDS=	${FONTSCALE}:${X_FONTS_TTF_PORT} \
-		${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} \
+RUN_DEPENDS=	${FONTSCALE}:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \
+		${FONTENCOD}:${PORTSDIR}/x11-fonts/encodings \
 		${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/devel/gobject-introspection
 
 USE_GMAKE=	yes

Modified: head/x11-toolkits/qt4-gui/Makefile
==============================================================================
--- head/x11-toolkits/qt4-gui/Makefile	Mon Jul  8 11:31:23 2013	(r322489)
+++ head/x11-toolkits/qt4-gui/Makefile	Mon Jul  8 11:42:01 2013	(r322490)
@@ -74,8 +74,8 @@ CONFIGURE_ARGS+=-no-gtkstyle
 .endif
 
 .if defined(PACKAGE_BUILDING)
-RUN_DEPENDS+=	${FONTSCALE}:${X_FONTS_TTF_PORT} \
-		${FONTENCOD}:${X_FONTS_ENCODINGS_PORT}
+RUN_DEPENDS+=	${FONTSCALE}:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \
+		${FONTENCOD}:${PORTSDIR}/x11-fonts/encodings
 .endif
 
 .include <bsd.port.pre.mk>

Modified: head/x11/kdelibs3/Makefile
==============================================================================
--- head/x11/kdelibs3/Makefile	Mon Jul  8 11:31:23 2013	(r322489)
+++ head/x11/kdelibs3/Makefile	Mon Jul  8 11:42:01 2013	(r322490)
@@ -27,8 +27,8 @@ LIB_DEPENDS=	IlmImf:${PORTSDIR}/graphics
 		xslt.2:${PORTSDIR}/textproc/libxslt
 BUILD_DEPENDS=	mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
 RUN_DEPENDS=	kdehier>0:${PORTSDIR}/misc/kdehier \
-		${FONTSCALE}:${X_FONTS_TTF_PORT} \
-		${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} \
+		${FONTSCALE}:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \
+		${FONTENCOD}:${PORTSDIR}/x11-fonts/encodings \
 		${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \
 		iceauth:${PORTSDIR}/x11/iceauth
 


More information about the svn-ports-all mailing list