diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-25 20:25:39 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-25 20:25:39 +0000 |
commit | 707c6bf295fc3955c86c9244533c1524bb7dea15 (patch) | |
tree | 5754f0a521127b72390a51a263bc6e84b5177927 /multimedia/phonon-designerplugin | |
parent | e3b5edc5e789bcd6057c4a01e4c618dbb1509756 (diff) |
Notes
Diffstat (limited to 'multimedia/phonon-designerplugin')
-rw-r--r-- | multimedia/phonon-designerplugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/phonon-designerplugin/Makefile b/multimedia/phonon-designerplugin/Makefile index 669de2e013bd..4117f428a059 100644 --- a/multimedia/phonon-designerplugin/Makefile +++ b/multimedia/phonon-designerplugin/Makefile @@ -18,7 +18,7 @@ FLAVOR?= ${FLAVORS:[1]} qt4_PKGNAMESUFFIX= -designerplugin-qt4 qt5_PKGNAMESUFFIX= -designerplugin-qt5 -USES= cmake tar:xz +USES= cmake:insource tar:xz . if ${FLAVOR} == qt4 DEPRECATED= Qt4 has been EOL since december 2015 |