diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-07-14 02:13:36 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-07-14 02:13:36 +0800 |
commit | e5cc04bb5e920c8bd2d1ca08240c9ac42d189e42 (patch) | |
tree | 5d833138dd573d8545a8906ff743510783895e4d /sysutils | |
parent | 51409ae5ed74b18231020392b7459b90db3c1d4f (diff) | |
download | freebsd-ports-gnome-e5cc04bb5e920c8bd2d1ca08240c9ac42d189e42.tar.gz freebsd-ports-gnome-e5cc04bb5e920c8bd2d1ca08240c9ac42d189e42.tar.zst freebsd-ports-gnome-e5cc04bb5e920c8bd2d1ca08240c9ac42d189e42.zip |
sysutils/qtpass: prepare for Qt 5.13
PR: 238782
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/qtpass/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/qtpass/Makefile b/sysutils/qtpass/Makefile index 4dfdb246ecd9..d26d9771f85e 100644 --- a/sysutils/qtpass/Makefile +++ b/sysutils/qtpass/Makefile @@ -30,6 +30,10 @@ DESKTOP_ENTRIES= "QtPass" "" \ "${PREFIX}/bin/qtpass" \ "Security;Utility;" true +# Fix build with Qt 5.13 +pre-build: + cd ${WRKSRC}/localization && ${LRELEASE} *ts + # Install the icon of the port. post-install: ${INSTALL_DATA} ${WRKSRC}/artwork/icon.png \ |