diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2014-06-16 12:19:41 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2014-06-16 12:19:41 +0000 |
commit | 6a2dfabd757972cc8f3067fe6c3a7e4e9921ba46 (patch) | |
tree | 252b518b1ec933231f620f83459daab70ce32264 /textproc/uim-gtk | |
parent | 4f943931cd04bcc15b8e9fa5433c128a0312cb91 (diff) | |
download | ports-6a2dfabd757972cc8f3067fe6c3a7e4e9921ba46.tar.gz ports-6a2dfabd757972cc8f3067fe6c3a7e4e9921ba46.zip |
Notes
Diffstat (limited to 'textproc/uim-gtk')
-rw-r--r-- | textproc/uim-gtk/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/textproc/uim-gtk/Makefile b/textproc/uim-gtk/Makefile index d9bd73582c71..dd4e5ebde338 100644 --- a/textproc/uim-gtk/Makefile +++ b/textproc/uim-gtk/Makefile @@ -6,7 +6,7 @@ PKGNAMESUFFIX= -gtk COMMENT= GTK+ modules of uim input method USE_GNOME= gtk20 -LIB_DEPENDS= uim:${PORTSDIR}/textproc/uim +LIB_DEPENDS= libuim.so:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} @@ -24,7 +24,6 @@ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-gtk2_immodule_Makefile.in \ IGNORE= requires X11 .endif -NO_STAGE= yes do-build: (cd ${WRKSRC}/uim && ${GMAKE} libuim-x-util.la libuim-counted-init.la) (cd ${WRKSRC}/gtk2/immodule && ${GMAKE}) @@ -34,10 +33,10 @@ do-build: (cd ${WRKSRC}/gtk2/toolbar && ${GMAKE}) do-install: - (cd ${WRKSRC}/gtk2/immodule && ${GMAKE} install) - (cd ${WRKSRC}/gtk2/pad && ${GMAKE} install) - (cd ${WRKSRC}/gtk2/pref && ${GMAKE} install) - (cd ${WRKSRC}/gtk2/switcher && ${GMAKE} install) - (cd ${WRKSRC}/gtk2/toolbar && ${GMAKE} install) + (cd ${WRKSRC}/gtk2/immodule && ${GMAKE} DESTDIR=${STAGEDIR} install) + (cd ${WRKSRC}/gtk2/pad && ${GMAKE} DESTDIR=${STAGEDIR} install) + (cd ${WRKSRC}/gtk2/pref && ${GMAKE} DESTDIR=${STAGEDIR} install) + (cd ${WRKSRC}/gtk2/switcher && ${GMAKE} DESTDIR=${STAGEDIR} install) + (cd ${WRKSRC}/gtk2/toolbar && ${GMAKE} DESTDIR=${STAGEDIR} install) .include "${MASTERDIR}/Makefile" |