diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2015-08-19 04:02:25 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2015-08-19 04:02:25 +0800 |
commit | 3377e98a2b97fbec110cc53251e55a28bd97c530 (patch) | |
tree | 63e4eb291805bcbdeb86b97d1b68198709d7be7a | |
parent | bf062ba4a3fe066628b523a808df02710f16101b (diff) | |
download | freebsd-ports-gnome-3377e98a2b97fbec110cc53251e55a28bd97c530.tar.gz freebsd-ports-gnome-3377e98a2b97fbec110cc53251e55a28bd97c530.tar.zst freebsd-ports-gnome-3377e98a2b97fbec110cc53251e55a28bd97c530.zip |
www/arora: qt4-linguist -> qt4-linguisttools
- Use qt4-linguisttools for localization.
- Depend on qt4-sqlite3-plugin (required by arora-placesimport).
- Bump PORTREVISION
PR: 202043
Submitted by: s3erios@gmail.com
Approved by: shanjobe@gmail.com
-rw-r--r-- | www/arora/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/arora/Makefile b/www/arora/Makefile index 0ed46596640f..4f527a4708bf 100644 --- a/www/arora/Makefile +++ b/www/arora/Makefile @@ -3,7 +3,7 @@ PORTNAME= arora PORTVERSION= 0.11.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= GOOGLE_CODE @@ -14,11 +14,11 @@ LICENSE= GPLv3 USES= desktop-file-utils qmake USE_QT4= network webkit moc_build uic_build rcc_build \ - imageformats_run gui script sql + sql-sqlite3_run imageformats_run gui script sql OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_USE= QT4=linguist_build +NLS_USE= QT4=linguisttools_build BROKEN_ia64= core dump on application startup |