diff options
author | Ken Moore <ken@ixsystems.com> | 2018-08-10 10:04:33 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-08-10 10:04:33 -0400 |
commit | a549a994aae74d93deb5011777e2117e77b63a02 (patch) | |
tree | 9acd9da4b11ff97f6ba7796f77f33e86f7e400ee /port-files/FreeBSD/deskutils/lumina-screenshot/Makefile | |
parent | Merge pull request #611 from marcelbonnet/lumina-screenshot-previouspath (diff) | |
download | lumina-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-screenshot/Makefile')
-rw-r--r-- | port-files/FreeBSD/deskutils/lumina-screenshot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/port-files/FreeBSD/deskutils/lumina-screenshot/Makefile b/port-files/FreeBSD/deskutils/lumina-screenshot/Makefile index c9f5b459..758701af 100644 --- a/port-files/FreeBSD/deskutils/lumina-screenshot/Makefile +++ b/port-files/FreeBSD/deskutils/lumina-screenshot/Makefile @@ -21,8 +21,8 @@ I18N_DESC= Install localization files MAKE_JOBS_UNSAFE=yes -USES= qmake -USE_QT5= core gui widgets network svg \ +USES= qmake qt:5 +USE_QT= core gui widgets network svg \ buildtools_build x11extras concurrent multimedia USE_GITHUB= yes GH_ACCOUNT= trueos |