diff options
author | wiz <wiz@pkgsrc.org> | 2018-03-07 11:57:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-03-07 11:57:28 +0000 |
commit | 9fe6230d558daa8fd4473f51099dfade5ab9769e (patch) | |
tree | 3774260289d579d3aed9804481587d8f5aafc045 /inputmethod/librime | |
parent | b453d2e678a282d0b13c68db2d1955015196722a (diff) | |
download | pkgsrc-9fe6230d558daa8fd4473f51099dfade5ab9769e.tar.gz |
xorgproto: use xorgproto instead of separate *proto packages
Remove now obsolete packages.
Diffstat (limited to 'inputmethod/librime')
-rw-r--r-- | inputmethod/librime/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/librime/Makefile b/inputmethod/librime/Makefile index 56ec73b74ce..329896f0d45 100644 --- a/inputmethod/librime/Makefile +++ b/inputmethod/librime/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2018/03/07 09:34:55 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/03/07 11:57:31 wiz Exp $ DISTNAME= librime-1.0 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= inputmethod chinese MASTER_SITES= http://rimeime.googlecode.com/files/ #MASTER_SITES= http://dl.bintray.com/lotem/rime/ @@ -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/xproto/buildlink3.mk" +.include "../../x11/xorgproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |