diff options
author | wiz <wiz@pkgsrc.org> | 2018-03-07 09:34:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-03-07 09:34:55 +0000 |
commit | 1f00902b9d58305cd51de88649fc8ed7921bf997 (patch) | |
tree | 10fec02396eb7266e47026a97b4d715ec25c10d9 /inputmethod | |
parent | eeec38179fc37b346020709be5ce33ceb743736a (diff) | |
download | pkgsrc-1f00902b9d58305cd51de88649fc8ed7921bf997.tar.gz |
librime: back out unintended change.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/librime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/librime/Makefile b/inputmethod/librime/Makefile index f94f199835c..56ec73b74ce 100644 --- a/inputmethod/librime/Makefile +++ b/inputmethod/librime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2018/03/07 09:34:09 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2018/03/07 09:34:55 wiz Exp $ DISTNAME= librime-1.0 PKGREVISION= 8 @@ -26,5 +26,5 @@ PKGCONFIG_OVERRIDE+= rime.pc.in .include "../../devel/google-glog/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../textproc/yaml-cpp/buildlink3.mk" -.include "../../x11/xorgproto/buildlink3.mk" +.include "../../x11/xproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |