diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-12 00:21:10 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-12 00:21:10 +0000 |
commit | 107bfacba9383e0e28884a8425dd8e5cfdd807b9 (patch) | |
tree | 17dfb83a48d58043193fc6b92dfe64322eb6db76 /textproc | |
parent | 46e88f9dc1cd96da09f7346e695e8b295533210a (diff) | |
download | ports-107bfacba9383e0e28884a8425dd8e5cfdd807b9.tar.gz ports-107bfacba9383e0e28884a8425dd8e5cfdd807b9.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ibus-qt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ibus-qt/Makefile b/textproc/ibus-qt/Makefile index 63c97c6f88bf..4ede6f660bc9 100644 --- a/textproc/ibus-qt/Makefile +++ b/textproc/ibus-qt/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ibus-1.0.pc:${PORTSDIR}/textproc/ibu ${LOCALBASE}/bin/icu-config:${PORTSDIR}/devel/icu USE_QT4= gui dbus moc_build qmake_build moc_build uic_build rcc_build -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS= -DDOCDIR=${PREFIX}/share/doc/ibus-qt USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include |