diff options
Diffstat (limited to 'redhat/Makefile')
-rw-r--r-- | redhat/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/redhat/Makefile b/redhat/Makefile index 9a74858fa..2254088e6 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -62,7 +62,9 @@ libcarddav: tqtinterface $(call buildpkg,dependencies/libcarddav) polkit-tqt: tqtinterface dbus-1-tqt +ifeq (,$(filter $(DIST), .el5 .el6 )) $(call buildpkg,dependencies/polkit-tqt) +endif python-tqt: sip4-tqt tdelibs tqscintilla ifeq (,$(filter $(DIST), .oss154 )) @@ -508,7 +510,9 @@ piklab: tdebase $(call buildpkg,applications/piklab) polkit-agent-tde: tdebase +ifeq (,$(filter $(DIST), .el5 .el6 )) $(call buildpkg,applications/polkit-agent-tde) +endif potracegui: tdebase $(call buildpkg,applications/potracegui) |