diff options
author | miwi <miwi@FreeBSD.org> | 2012-06-06 14:44:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-06-06 14:44:37 +0800 |
commit | bdb01e436951afbc072801302b9a72407299f54a (patch) | |
tree | 204231aa3dafe24790c35a32986984cdb94f5cd1 /editors/yzis | |
parent | 6ec4188dabec3cbd63cc23138b8ae1aea5370086 (diff) | |
download | freebsd-ports-gnome-bdb01e436951afbc072801302b9a72407299f54a.tar.gz freebsd-ports-gnome-bdb01e436951afbc072801302b9a72407299f54a.tar.zst freebsd-ports-gnome-bdb01e436951afbc072801302b9a72407299f54a.zip |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
Diffstat (limited to 'editors/yzis')
-rw-r--r-- | editors/yzis/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/yzis/Makefile b/editors/yzis/Makefile index 8f892b64041c..6a3517eb9410 100644 --- a/editors/yzis/Makefile +++ b/editors/yzis/Makefile @@ -24,8 +24,7 @@ USE_GETTEXT= yes USE_XORG= x11 xext ice USE_LUA= 5.1 LUA_COMPS= lua -USE_QT_VER= 4 -QT_COMPONENTS= qtestlib qmake_build rcc_build uic_build moc_build gui xml +USE_QT4= qtestlib qmake_build rcc_build uic_build moc_build gui xml USE_PERL5= yes USE_CMAKE= yes @@ -45,7 +44,7 @@ OPTIONS= KYZIS "Build Kyzis and Yzis kpart" off \ .if defined(WITH_KYZIS) USE_KDE4= kdehier kdeprefix kdelibs automoc4 -QT_COMPONENTS+= phonon +USE_QT4+= phonon .endif .include <bsd.port.pre.mk> |