diff options
Diffstat (limited to 'x11-toolkits/qt5-gui/Makefile')
-rw-r--r-- | x11-toolkits/qt5-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile index 67ee719685fd..932b821ddadb 100644 --- a/x11-toolkits/qt5-gui/Makefile +++ b/x11-toolkits/qt5-gui/Makefile @@ -58,13 +58,13 @@ 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 \ +RUN_DEPENDS+= ${LOCALBASE}/share/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings \ xorg-fonts-truetype>0:${PORTSDIR}/x11-fonts/xorg-fonts-truetype .endif CFLAGS_powerpc64= -mminimal-toc -post-build: +post-build .for d in ${MORE_WRKSRCS} @cd ${WRKSRC}/${d} && \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} \ |