svn commit: r506549 - head/sysutils/qtpass
Tobias C. Berner
tcberner at FreeBSD.org
Sat Jul 13 18:13:38 UTC 2019
Author: tcberner
Date: Sat Jul 13 18:13:36 2019
New Revision: 506549
URL: https://svnweb.freebsd.org/changeset/ports/506549
Log:
sysutils/qtpass: prepare for Qt 5.13
PR: 238782
Modified:
head/sysutils/qtpass/Makefile
Modified: head/sysutils/qtpass/Makefile
==============================================================================
--- head/sysutils/qtpass/Makefile Sat Jul 13 17:32:14 2019 (r506548)
+++ head/sysutils/qtpass/Makefile Sat Jul 13 18:13:36 2019 (r506549)
@@ -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 \
More information about the svn-ports-all
mailing list