diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-17 19:31:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-17 19:31:26 +0000 |
commit | d4b9bd7325c33af10c1ac8fe21789a37614a1683 (patch) | |
tree | 7b33bc0559c6e0b637bee1e4d744e1ab9deb5b0d /editors/klat4 | |
parent | cb1b867f940d4a22dc6c5a9edbb952890263e469 (diff) |
- I believe this needs USE_QT_VER=4 for QT_COMPONENTS added in previous commit
to be effective
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=226316
Diffstat (limited to 'editors/klat4')
-rw-r--r-- | editors/klat4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/klat4/Makefile b/editors/klat4/Makefile index 3a705140936a..3cd1433a3860 100644 --- a/editors/klat4/Makefile +++ b/editors/klat4/Makefile @@ -7,7 +7,7 @@ PORTNAME= klat4 PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= http://www.algebraic.ru/klat4/ @@ -17,6 +17,7 @@ COMMENT= A LaTeX source editor for KDE4 USE_BZIP2= yes USE_CMAKE= yes USE_KDE4= kdeprefix kdelibs automoc4 +USE_QT_VER= 4 QT_COMPONENTS= corelib qmake_build moc_build rcc_build uic_build .include <bsd.port.mk> |