diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-15 22:41:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-15 22:41:37 +0000 |
commit | 3d4755ab49f6d4055e5889a20903f96327f00032 (patch) | |
tree | 7c53c6005f61ca6e6a4a5afaf04b21c32aef6fa0 /editors | |
parent | e91871da065091b5fcd4b987986f587abaf7d029 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/klat4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 <bsd.port.mk> |