summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-19 20:04:24 +0000
committerjoerg <joerg>2007-02-19 20:04:24 +0000
commit31413024e62f18b83a6c72ee3d54fde4c85db721 (patch)
treeecf779ac3d64ef673fead0963adee9d671ef6156 /inputmethod
parent4394781fb12b0b8173a00eda387e868b36f5dc68 (diff)
downloadpkgsrc-31413024e62f18b83a6c72ee3d54fde4c85db721.tar.gz
Modular Xorg support.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/uim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile
index df3bbcbdc58..eea869f3d06 100644
--- a/inputmethod/uim/Makefile
+++ b/inputmethod/uim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2007/01/20 16:56:43 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2007/02/19 20:06:21 joerg Exp $
#
DISTNAME= uim-1.3.1
@@ -40,5 +40,5 @@ post-install:
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"