summaryrefslogtreecommitdiff
path: root/inputmethod/uim/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2006-03-09 18:04:32 +0000
committerwiz <wiz>2006-03-09 18:04:32 +0000
commit54830c9421d7a12a7e4bda4e0f920d0968276a4f (patch)
treec5a907aa72e8f4056dfcb1b69fa8072cbd046e2e /inputmethod/uim/Makefile
parent2a1a481e2f637ce6ca10a06cc882a1507582d38d (diff)
downloadpkgsrc-54830c9421d7a12a7e4bda4e0f920d0968276a4f.tar.gz
Fix build and PLIST for building with option "qt".
Add missing gettext-lib, qt3-tools (for qt) dependencies. Add USE_DIRS+=xdg-1.1 for the desktop file. Addresses PR 33042 by Ryu HAYASAKA.
Diffstat (limited to 'inputmethod/uim/Makefile')
-rw-r--r--inputmethod/uim/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile
index 8080d49d605..e1eafa2c5fb 100644
--- a/inputmethod/uim/Makefile
+++ b/inputmethod/uim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/02/05 23:09:43 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2006/03/09 18:04:32 wiz Exp $
#
DISTNAME= uim-1.0.1
@@ -10,9 +10,10 @@ MAINTAINER= VEG03617@nifty.com
HOMEPAGE= http://uim.freedesktop.org/wiki/
COMMENT= Multilingual input method library
-USE_PKGLOCALEDIR= YES
+USE_DIRS+= xdg-1.1
USE_LIBTOOL= YES
USE_NCURSES= # clear_screen, clr_eos
+USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE+= ${WRKSRC}/uim.pc.in
GNU_CONFIGURE= YES
@@ -36,6 +37,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/fep/README.ja ${PREFIX}/share/doc/uim/uim-fep
.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"