aboutsummaryrefslogtreecommitdiff
path: root/port-files/FreeBSD/deskutils/lumina-calculator
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2018-08-10 10:04:33 -0400
committerKen Moore <ken@ixsystems.com>2018-08-10 10:04:33 -0400
commita549a994aae74d93deb5011777e2117e77b63a02 (patch)
tree9acd9da4b11ff97f6ba7796f77f33e86f7e400ee /port-files/FreeBSD/deskutils/lumina-calculator
parentMerge pull request #611 from marcelbonnet/lumina-screenshot-previouspath (diff)
downloadlumina-a549a994aae74d93deb5011777e2117e77b63a02.tar.gz
lumina-a549a994aae74d93deb5011777e2117e77b63a02.tar.bz2
lumina-a549a994aae74d93deb5011777e2117e77b63a02.zip
Fix the FreeBSD port files.
Change the USE_QT5 to USE_QT and USES+= qt:5 to align with the new syntax within the ports tree.
Diffstat (limited to 'port-files/FreeBSD/deskutils/lumina-calculator')
-rw-r--r--port-files/FreeBSD/deskutils/lumina-calculator/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/port-files/FreeBSD/deskutils/lumina-calculator/Makefile b/port-files/FreeBSD/deskutils/lumina-calculator/Makefile
index 3e4dd7b2..6e6833f6 100644
--- a/port-files/FreeBSD/deskutils/lumina-calculator/Makefile
+++ b/port-files/FreeBSD/deskutils/lumina-calculator/Makefile
@@ -26,10 +26,10 @@ I18N_DESC= Install localization files
MAKE_JOBS_UNSAFE=yes
-USES= qmake
+USES= qmake qt:5
USE_GL= gl
USE_XORG= x11 xdamage xcb
-USE_QT5= core gui widgets network svg \
+USE_QT= core gui widgets network svg \
buildtools_build x11extras concurrent multimedia
USE_GITHUB= yes
GH_ACCOUNT= trueos
bgstack15