diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-01 17:54:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-01 17:54:00 +0000 |
commit | 889120ee7e24f7ee5e5dfe46f6b7a0b0cae43f13 (patch) | |
tree | fc41d7a9c2936d461b6dd122a235a135aaf30bbd /inputmethod/tomoe-gtk | |
parent | 46a1c6b1473ee3b5ce172943d1021df0535a1e56 (diff) | |
download | pkgsrc-889120ee7e24f7ee5e5dfe46f6b7a0b0cae43f13.tar.gz |
Fix PLIST and buildlink3.mk after gucharmap dependency removal.
No PKGREVISION bump because this package didn't build successfully (oops).
Noted by Kouichirou Hiratsuka.
Diffstat (limited to 'inputmethod/tomoe-gtk')
-rw-r--r-- | inputmethod/tomoe-gtk/PLIST | 3 | ||||
-rw-r--r-- | inputmethod/tomoe-gtk/buildlink3.mk | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/inputmethod/tomoe-gtk/PLIST b/inputmethod/tomoe-gtk/PLIST index e0eadfc37ee..809aabce368 100644 --- a/inputmethod/tomoe-gtk/PLIST +++ b/inputmethod/tomoe-gtk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/13 06:06:40 obache Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/11/01 17:54:00 wiz Exp $ include/tomoe/gtk/tomoe-canvas.h include/tomoe/gtk/tomoe-char-table.h include/tomoe/gtk/tomoe-details.h @@ -8,7 +8,6 @@ include/tomoe/gtk/tomoe-edit-strokes.h include/tomoe/gtk/tomoe-gtk-config.h include/tomoe/gtk/tomoe-gtk-enum-types.h include/tomoe/gtk/tomoe-gtk.h -include/tomoe/gtk/tomoe-gucharmap.h include/tomoe/gtk/tomoe-handwriting.h include/tomoe/gtk/tomoe-reading-search.h include/tomoe/gtk/tomoe-scrollable.h diff --git a/inputmethod/tomoe-gtk/buildlink3.mk b/inputmethod/tomoe-gtk/buildlink3.mk index 8f340293538..674eea578cc 100644 --- a/inputmethod/tomoe-gtk/buildlink3.mk +++ b/inputmethod/tomoe-gtk/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/04/13 06:06:40 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2008/11/01 17:54:00 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ TOMOE_GTK_BUILDLINK3_MK:= ${TOMOE_GTK_BUILDLINK3_MK}+ @@ -16,7 +16,6 @@ BUILDLINK_API_DEPENDS.tomoe-gtk+= tomoe-gtk>=0.6.0 BUILDLINK_PKGSRCDIR.tomoe-gtk?= ../../inputmethod/tomoe-gtk .endif # TOMOE_GTK_BUILDLINK3_MK -.include "../../fonts/gucharmap/buildlink3.mk" .include "../../inputmethod/tomoe/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |