Fix build error.
This commit is contained in:
parent
b0e846678f
commit
13d4b7616c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266565
2 changed files with 8 additions and 6 deletions
|
@ -11,12 +11,10 @@ COMMENT= KDE4 panel applet of uim input method
|
|||
|
||||
BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake
|
||||
LIB_DEPENDS= uim.7:${PORTSDIR}/textproc/uim
|
||||
RUN_DEPENDS= uim-pref-qt4:${PORTSDIR}/textproc/uim-qt
|
||||
|
||||
BROKEN= does not compile
|
||||
RUN_DEPENDS= uim-pref-qt4:${PORTSDIR}/textproc/uim-qt4
|
||||
|
||||
USE_GCC= 4.2+
|
||||
USE_KDE4= kdelibs automoc4
|
||||
USE_KDE4= kdehier kdeprefix kdelibs automoc4
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= qmake_build moc_build qt3support uic rcc
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
@ -25,6 +23,10 @@ MASTERDIR= ${.CURDIR}/../../textproc/uim
|
|||
PKGDIR= ${.CURDIR}
|
||||
CONFIGURE_ARGS= --with-qt4 --enable-pref --enable-default-toolkit=qt4 \
|
||||
--enable-kde4-applet
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
|
||||
KDE4_CONFIG="${KDE4_PREFIX}/bin/kde4-config"
|
||||
UIM_SLAVE= yes
|
||||
|
||||
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-qt4_toolbar_CMakeLists.txt
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
kde4/lib/kde4/plasma_applet_uim.so
|
||||
kde4/share/kde4/services/plasma-applet-uim.desktop
|
||||
lib/kde4/plasma_applet_uim.so
|
||||
share/kde4/services/plasma-applet-uim.desktop
|
||||
|
|
Loading…
Reference in a new issue