diff options
author | makc <makc@FreeBSD.org> | 2010-07-05 01:19:47 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-07-05 01:19:47 +0800 |
commit | 1253e1f78c82fa902d44762fa982374732179107 (patch) | |
tree | acc5d4a986c70ec27b7e88e21d33482556354deb /textproc/ibus-qt/Makefile | |
parent | 96b34d38a99afc792454c4f377fdeba32c24d5fa (diff) | |
download | freebsd-ports-gnome-1253e1f78c82fa902d44762fa982374732179107.tar.gz freebsd-ports-gnome-1253e1f78c82fa902d44762fa982374732179107.tar.zst freebsd-ports-gnome-1253e1f78c82fa902d44762fa982374732179107.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
Diffstat (limited to 'textproc/ibus-qt/Makefile')
-rw-r--r-- | textproc/ibus-qt/Makefile | 8 |
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} |