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/qt4-gui/Makefile | |
parent | 7e9d10e043b551b015afc55d516c1f0d1ee30ab2 (diff) | |
download | ports-364abe76fd9eef8f21dfc042689643cc3aee11d1.tar.gz ports-364abe76fd9eef8f21dfc042689643cc3aee11d1.zip |
Notes
Diffstat (limited to 'x11-toolkits/qt4-gui/Makefile')
-rw-r--r-- | x11-toolkits/qt4-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile index a85104eb6ffa..cec41e89eb6d 100644 --- a/x11-toolkits/qt4-gui/Makefile +++ b/x11-toolkits/qt4-gui/Makefile @@ -71,7 +71,7 @@ CONFIGURE_ARGS+=-no-gtkstyle .endif .if defined(PACKAGE_BUILDING) -RUN_DEPENDS+= ${FONTSCALE}:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \ +RUN_DEPENDS+= xorg-fonts-truetype>0:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \ ${FONTENCOD}:${PORTSDIR}/x11-fonts/encodings .endif |