From 54830c9421d7a12a7e4bda4e0f920d0968276a4f Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 9 Mar 2006 18:04:32 +0000 Subject: 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. --- inputmethod/uim/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'inputmethod/uim/Makefile') 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" -- cgit v1.2.3