diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-01 17:40:44 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-01 17:40:44 +0000 |
commit | 9b8b36c6e2c5c6fec8d792b999ea17dd9a05519f (patch) | |
tree | 3019459826062efd09ff9201925aa6b9ab5372b4 /inputmethod/uim | |
parent | 76c28fcf04d24a84089ad6e445d3095b84f87a62 (diff) | |
download | pkgsrc-9b8b36c6e2c5c6fec8d792b999ea17dd9a05519f.tar.gz |
Override intltool.
Diffstat (limited to 'inputmethod/uim')
-rw-r--r-- | inputmethod/uim/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index 5cdb1345964..699f3ed2c1e 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/12/28 17:10:17 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/01/01 17:40:44 minskim Exp $ # DISTNAME= uim-0.4.5 @@ -9,8 +9,6 @@ MAINTAINER= VEG03617@nifty.com HOMEPAGE= http:/uim.freedesktop.org/ COMMENT= Uim is a multilingual input method library -BUILD_DEPENDS+= p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser - USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes @@ -28,6 +26,7 @@ post-install: .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" |