diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-16 06:41:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-16 06:41:37 +0800 |
commit | cf7da51db2c7be85f2776adb6c3c77aa26edfaf4 (patch) | |
tree | 4b88eddd4160cf67caae38aca2cc4b552cc4eb14 /editors | |
parent | 2cf996695cf25bc7c24e638b5dec08e357cc9c05 (diff) | |
download | freebsd-ports-gnome-cf7da51db2c7be85f2776adb6c3c77aa26edfaf4.tar.gz freebsd-ports-gnome-cf7da51db2c7be85f2776adb6c3c77aa26edfaf4.tar.zst freebsd-ports-gnome-cf7da51db2c7be85f2776adb6c3c77aa26edfaf4.zip |
- Fix QT4 dependency
Reported by: pavbot
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> |