1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Add dependency on kwebkitpart

- Don't mess with FindQJson.cmake, it's handled by devel/qjson port

Note to everyone:	please reinstall devel/jqson after finishing choqok
			upgrade to restore FindQJson.cmake
This commit is contained in:
Dima Panov 2010-09-24 12:07:37 +00:00
parent 1b8952e92a
commit d665c9daf8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261762
2 changed files with 13 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= choqok
PORTVERSION= 0.9.90
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www kde
MASTER_SITES= http://d10xg45o6p6dbl.cloudfront.net/projects/c/choqok/
@ -16,8 +16,10 @@ COMMENT= KDE micro-blogging client
LICENSE= GPLv3
BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml
LIB_DEPENDS= qjson.0:${PORTSDIR}/devel/qjson \
qoauth.1:${PORTSDIR}/net/qoauth
qoauth.1:${PORTSDIR}/net/qoauth \
kwebkit.1:${PORTSDIR}/www/kwebkitpart
USE_BZIP2= yes
USE_CMAKE= yes

View File

@ -0,0 +1,9 @@
--- ./cmake/modules/CMakeLists.txt.orig 2010-08-15 16:22:32.000000000 +0400
+++ ./cmake/modules/CMakeLists.txt 2010-08-21 02:07:15.958529747 +0400
@@ -1,4 +1,4 @@
# install the cmake files
-set(cmakeFiles FindChoqok.cmake FindQJson.cmake FindQtOAuth.cmake)
+set(cmakeFiles FindChoqok.cmake FindQtOAuth.cmake)
install( FILES ${cmakeFiles} DESTINATION ${DATA_INSTALL_DIR}/cmake/modules )
\ No newline at end of file