summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt4-gui
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-08 11:42:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-08 11:42:01 +0000
commitb66d32f5b316b8fcf831a0181fbbf39e23698ed1 (patch)
tree0c418b373d23729d8c4f043527a818413b46c2a9 /x11-toolkits/qt4-gui
parent- Update to 1.36 [1] (diff)
Remove latest usage of X_FONTS_ENCODINGS_PORT and X_FONTS_TTF_PORT
Notes
Notes: svn path=/head/; revision=322490
Diffstat (limited to 'x11-toolkits/qt4-gui')
-rw-r--r--x11-toolkits/qt4-gui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile
index 305ca9ea3c04..24a5ac5cff1f 100644
--- a/x11-toolkits/qt4-gui/Makefile
+++ b/x11-toolkits/qt4-gui/Makefile
@@ -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>