From cf7da51db2c7be85f2776adb6c3c77aa26edfaf4 Mon Sep 17 00:00:00 2001 From: miwi Date: Thu, 15 Jan 2009 22:41:37 +0000 Subject: - Fix QT4 dependency Reported by: pavbot --- editors/klat4/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editors/klat4/Makefile b/editors/klat4/Makefile index 3b033262fbf3..3a705140936a 100644 --- a/editors/klat4/Makefile +++ b/editors/klat4/Makefile @@ -7,6 +7,7 @@ PORTNAME= klat4 PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.algebraic.ru/klat4/ @@ -16,5 +17,6 @@ COMMENT= A LaTeX source editor for KDE4 USE_BZIP2= yes USE_CMAKE= yes USE_KDE4= kdeprefix kdelibs automoc4 +QT_COMPONENTS= corelib qmake_build moc_build rcc_build uic_build .include -- cgit