diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-08-15 09:10:04 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-08-15 09:10:04 +0000 |
commit | 8bf90bc4e50706e56482957262827c3a37e9b56d (patch) | |
tree | ad353aa6db88391de8e72b181dcf6172ac44e0e4 /devel | |
parent | d599110f0e344578a94e8d330ec34840cac77e2e (diff) |
- Add qt4-sqlite3-plugin support. It's required to open a qt4 project file
(*.pro). [1]
- Change the Categories in DESKTOP_ENTRIES. [1]
- bump PORTREVISION for depends change. [2]
PR: ports/115473
Submitted by: Yinghong.Liu (maintainer), itetcu@ (me) [2]
Notes
Notes:
svn path=/head/; revision=197731
Diffstat (limited to 'devel')
-rw-r--r-- | devel/qdevelop/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/qdevelop/Makefile b/devel/qdevelop/Makefile index 7cb28931dd39..4d74895de3fc 100644 --- a/devel/qdevelop/Makefile +++ b/devel/qdevelop/Makefile @@ -7,6 +7,7 @@ PORTNAME= qdevelop PORTVERSION= 0.23.1 +PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= http://qdevelop.org/download/ \ ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ @@ -16,7 +17,8 @@ MAINTAINER= relaxbsd@gmail.com COMMENT= A development environment entirely dedicated to Qt4 BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake -RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags +RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags \ + qt4-sqlite-plugin>=0:${PORTSDIR}/databases/qt4-sqlite3-plugin CMAKE_ARGS= -DCMAKE_BUILD_TYPE:STRING=Release \ -DCMAKE_C_COMPILER:STRING='${CC}' \ @@ -32,7 +34,7 @@ DESKTOP_ENTRIES= "QDevelop" \ "A development environment entirely dedicated to Qt4" \ "QDevelop" \ "QDevelop" \ - "Application;Development;" \ + "Qt;KDE;Development;" \ "false" .if !defined(WITHOUT_NLS) |