diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 15:07:39 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 15:07:39 +0000 |
commit | 364abe76fd9eef8f21dfc042689643cc3aee11d1 (patch) | |
tree | bf67c1bb6ae5b2f8e4074d102338a30cdf8b4cd8 /x11-toolkits/qt5-gui | |
parent | 7e9d10e043b551b015afc55d516c1f0d1ee30ab2 (diff) | |
download | ports-364abe76fd9eef8f21dfc042689643cc3aee11d1.tar.gz ports-364abe76fd9eef8f21dfc042689643cc3aee11d1.zip |
Notes
Diffstat (limited to 'x11-toolkits/qt5-gui')
-rw-r--r-- | x11-toolkits/qt5-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile index 413351ebe2a2..52216e5c0dc8 100644 --- a/x11-toolkits/qt5-gui/Makefile +++ b/x11-toolkits/qt5-gui/Makefile @@ -58,7 +58,7 @@ QT_CONFIG= accessibility accessibility-atspi-bridge dbus \ # Inherited from Qt 4. .if defined(PACKAGE_BUILDING) RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings \ - ${LOCALBASE}/lib/X11/fonts/TTF/luximb.ttf:${PORTSDIR}/x11-fonts/xorg-fonts-truetype + xorg-fonts-truetype>0:${PORTSDIR}/x11-fonts/xorg-fonts-truetype .endif CFLAGS_powerpc64= -mminimal-toc |