aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/uim-kde4
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2014-06-16 20:19:41 +0800
committernobutaka <nobutaka@FreeBSD.org>2014-06-16 20:19:41 +0800
commit1055472bf0d444da7429d9f3b6b5470b0cb76631 (patch)
tree252b518b1ec933231f620f83459daab70ce32264 /textproc/uim-kde4
parent1c2d5ce9a7bea53b39dfbb7e063b042944d67a9d (diff)
downloadfreebsd-ports-gnome-1055472bf0d444da7429d9f3b6b5470b0cb76631.tar.gz
freebsd-ports-gnome-1055472bf0d444da7429d9f3b6b5470b0cb76631.tar.zst
freebsd-ports-gnome-1055472bf0d444da7429d9f3b6b5470b0cb76631.zip
Update to 1.8.6.
Support staging.
Diffstat (limited to 'textproc/uim-kde4')
-rw-r--r--textproc/uim-kde4/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/uim-kde4/Makefile b/textproc/uim-kde4/Makefile
index b6eb6fa6a878..65a39041a0b5 100644
--- a/textproc/uim-kde4/Makefile
+++ b/textproc/uim-kde4/Makefile
@@ -6,7 +6,7 @@ PKGNAMESUFFIX= -kde4
COMMENT= KDE4 panel applet of uim input method
BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake
-LIB_DEPENDS= uim:${PORTSDIR}/textproc/uim
+LIB_DEPENDS= libuim.so:${PORTSDIR}/textproc/uim
RUN_DEPENDS= uim-pref-qt4:${PORTSDIR}/textproc/uim-qt4
USE_GCC= any
@@ -30,11 +30,10 @@ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-qt4_toolbar_CMakeLists.txt
IGNORE= requires X11
.endif
-NO_STAGE= yes
do-build:
(cd ${WRKSRC}/qt4/toolbar/build && ${SETENV} ${MAKE_ENV} ${GMAKE})
do-install:
- (cd ${WRKSRC}/qt4/toolbar/build && ${SETENV} ${MAKE_ENV} ${GMAKE} install)
+ (cd ${WRKSRC}/qt4/toolbar/build && ${SETENV} ${MAKE_ENV} ${GMAKE} DESTDIR=${STAGEDIR} install)
.include "${MASTERDIR}/Makefile"