aboutsummaryrefslogtreecommitdiff
path: root/textproc/ibus-qt/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-07-04 17:19:47 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-07-04 17:19:47 +0000
commit1903d972e746335180034e898dda2067ec253fbe (patch)
tree7fd936e3a4a9a3050375395b5852e1fd4d29260e /textproc/ibus-qt/Makefile
parent7e6b152e5118182a1634338080d3625112616036 (diff)
downloadports-1903d972e746335180034e898dda2067ec253fbe.tar.gz
ports-1903d972e746335180034e898dda2067ec253fbe.zip
Update to 1.3.0
Sort plist PR: ports/147744 Submitted by: Sunjae Park <darehanl at gmail.com> Approved by: maintainer timeout (two weeks) Feature safe: yes
Notes
Notes: svn path=/head/; revision=257356
Diffstat (limited to 'textproc/ibus-qt/Makefile')
-rw-r--r--textproc/ibus-qt/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/ibus-qt/Makefile b/textproc/ibus-qt/Makefile
index e7df8e6ca146..f0366e5c9780 100644
--- a/textproc/ibus-qt/Makefile
+++ b/textproc/ibus-qt/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= ibus-qt
-PORTVERSION= 1.2.0.20091014
-PORTREVISION= 2
+PORTVERSION= 1.3.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}-${PORTVERSION}-Source
@@ -16,7 +15,8 @@ COMMENT= IBus input method module for Qt4
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ibus-1.0.pc:${PORTSDIR}/textproc/ibus \
${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus \
- ${LOCALBASE}/bin/icu-config:${PORTSDIR}/devel/icu
+ ${LOCALBASE}/bin/icu-config:${PORTSDIR}/devel/icu \
+ doxygen:${PORTSDIR}/devel/doxygen
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ibus-1.0.pc:${PORTSDIR}/textproc/ibus \
${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus \
${LOCALBASE}/bin/icu-config:${PORTSDIR}/devel/icu
@@ -26,6 +26,8 @@ QT_COMPONENTS= gui dbus moc_build qmake_build moc_build uic_build rcc_build
USE_CMAKE= yes
CMAKE_ARGS= -DCMAKE_INSTALL_PREFIX=${PREFIX} -DDOCDIR=${PREFIX}/share/doc/ibus-qt
USE_LDCONFIG= yes
+CFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
PROJECTHOST= ibus
WRKSRC= ${WRKDIR}/${DISTNAME}