diff options
author | prlw1 <prlw1@pkgsrc.org> | 2014-11-03 18:45:42 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2014-11-03 18:45:42 +0000 |
commit | 062e987c80f8a7cda975008cf0d517dc62ece190 (patch) | |
tree | 89adaad55b1a13a93756920ec951dcd44b571ca4 /inputmethod | |
parent | d48291493c94b215d204ba167642da30db04f7b2 (diff) | |
download | pkgsrc-062e987c80f8a7cda975008cf0d517dc62ece190.tar.gz |
Remove libgee0.8.
libgee now contains the most recent version of libgee, which follows
the 0.8 API. If in the future, that API changes, we can copy libgee
back to libgee0.8, and carry on updating libgee.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/libskk/Makefile | 5 | ||||
-rw-r--r-- | inputmethod/libskk/buildlink3.mk | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/inputmethod/libskk/Makefile b/inputmethod/libskk/Makefile index d9ac4149ee0..4a90e9d9e26 100644 --- a/inputmethod/libskk/Makefile +++ b/inputmethod/libskk/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2014/09/10 09:34:45 obache Exp $ +# $NetBSD: Makefile,v 1.9 2014/11/03 18:45:43 prlw1 Exp $ # DISTNAME= libskk-1.0.2 +PKGREVISION= 1 CATEGORIES= inputmethod MASTER_SITES= https://github.com/ueno/libskk/releases/download/${PKGVERSION_NOREV}/ @@ -24,6 +25,6 @@ CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale TEST_TARGET= check .include "../../devel/glib2/buildlink3.mk" -.include "../../devel/libgee0.8/buildlink3.mk" +.include "../../devel/libgee/buildlink3.mk" .include "../../textproc/json-glib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/libskk/buildlink3.mk b/inputmethod/libskk/buildlink3.mk index 50cb8d46223..ec51041df26 100644 --- a/inputmethod/libskk/buildlink3.mk +++ b/inputmethod/libskk/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2014/09/10 09:45:31 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2014/11/03 18:45:43 prlw1 Exp $ # BUILDLINK_TREE+= libskk @@ -10,7 +10,7 @@ BUILDLINK_API_DEPENDS.libskk+= libskk>=1.0.2 BUILDLINK_PKGSRCDIR.libskk?= ../../inputmethod/libskk .include "../../devel/glib2/buildlink3.mk" -.include "../../devel/libgee0.8/buildlink3.mk" +.include "../../devel/libgee/buildlink3.mk" .include "../../textproc/json-glib/buildlink3.mk" .endif # LIBSKK_BUILDLINK3_MK |