diff options
-rw-r--r-- | graphics/electriceyes/files/patch-aa | 15 | ||||
-rw-r--r-- | math/gnumeric/Makefile | 15 | ||||
-rw-r--r-- | math/gnumeric/distinfo | 2 | ||||
-rw-r--r-- | math/gnumeric/files/patch-aa | 59 | ||||
-rw-r--r-- | math/gnumeric/pkg-plist | 33 | ||||
-rw-r--r-- | math/gnumeric2/Makefile | 15 | ||||
-rw-r--r-- | math/gnumeric2/distinfo | 2 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-aa | 59 | ||||
-rw-r--r-- | math/gnumeric2/pkg-plist | 33 | ||||
-rw-r--r-- | textproc/libxml/Makefile | 6 | ||||
-rw-r--r-- | textproc/libxml/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxml/pkg-plist | 5 | ||||
-rw-r--r-- | textproc/libxml2/Makefile | 6 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxml2/pkg-plist | 5 | ||||
-rw-r--r-- | x11-toolkits/gtk12/pkg-plist | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk13/pkg-plist | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk20/pkg-plist | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk30/pkg-plist | 1 |
19 files changed, 183 insertions, 80 deletions
diff --git a/graphics/electriceyes/files/patch-aa b/graphics/electriceyes/files/patch-aa index f3c41727872b..06c78ecef8f1 100644 --- a/graphics/electriceyes/files/patch-aa +++ b/graphics/electriceyes/files/patch-aa @@ -1,5 +1,5 @@ ---- configure.orig Fri Jan 1 14:56:12 1999 -+++ configure Fri Jan 1 14:57:09 1999 +--- configure.orig Tue Dec 15 02:19:21 1998 ++++ configure Tue Jan 5 12:06:13 1999 @@ -1076,13 +1076,13 @@ fi @@ -19,3 +19,14 @@ else echo "$ac_t""not found" 1>&6 +@@ -3448,7 +3448,9 @@ + if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +- cat > conftest.$ac_ext <<EOF ++ ac_save_LIBS="$LIBS" ++LIBS="-lintl $LIBS" ++cat > conftest.$ac_ext <<EOF + #line 3453 "configure" + #include "confdefs.h" + diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 1f12ff532992..8a52472507e8 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: gnumeric -# Version required: 0.3 -# Date created: 08 October 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> +# New ports collection makefile for: gnumeric +# Version required: 0.5 +# Date created: 08 October 1998 +# Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.2 1998/11/09 06:51:34 asami Exp $ +# $Id: Makefile,v 1.3 1998/11/18 12:09:05 asami Exp $ # -DISTNAME= gnumeric-0.3 +DISTNAME= gnumeric-0.5 CATEGORIES= math MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ ftp://ftp.gnome.org/pub/GNOME/sources/ @@ -23,7 +23,8 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --with-gnome=${X11BASE} CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \ -I${X11BASE}/include" \ - GTK_CONFIG="${X11BASE}/bin/gtk11-config" \ + GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ + GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" post-install: diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo index 598a2f01aa15..bb4a4545cbae 100644 --- a/math/gnumeric/distinfo +++ b/math/gnumeric/distinfo @@ -1 +1 @@ -MD5 (gnumeric-0.3.tar.gz) = a5f200fb74a4b1663a0edd5b1143111c +MD5 (gnumeric-0.5.tar.gz) = 1d4ce24719184ec9eeb5e080342a988b diff --git a/math/gnumeric/files/patch-aa b/math/gnumeric/files/patch-aa index 3b0ac7164230..359d3f91c362 100644 --- a/math/gnumeric/files/patch-aa +++ b/math/gnumeric/files/patch-aa @@ -1,20 +1,39 @@ ---- configure.orig Wed Sep 30 13:51:50 1998 -+++ configure Fri Oct 23 00:46:12 1998 -@@ -930,12 +930,12 @@ - - - if test "$no_gnome_config" = "yes"; then -- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6 --echo "configure:935: checking for gnomeConf.sh file in $gnome_prefix" >&5 -- if test -f $gnome_prefix/gnomeConf.sh; then -+ echo $ac_n "checking for gnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6 -+echo "configure:935: checking for gnomeConf.sh file in $prefix/share/gnome" >&5 -+ if test -f $prefix/share/gnome/gnomeConf.sh; then - echo "$ac_t""found" 1>&6 -- echo "loading gnome configuration from $gnome_prefix/gnomeConf.sh" -- . $gnome_prefix/gnomeConf.sh -+ echo "loading gnome configuration from $prefix/share/gnome/gnomeConf.sh" -+ . $prefix/share/gnome/gnomeConf.sh - - else - echo "$ac_t""not found" 1>&6 +--- configure.orig Thu Dec 31 03:05:56 1998 ++++ configure Tue Jan 5 13:38:32 1999 +@@ -1081,13 +1081,13 @@ + fi + + if test "$no_gnome_config" = "yes"; then +- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6 +-echo "configure:1086: checking for gnomeConf.sh file in $gnome_prefix" >&5 +- if test -f $gnome_prefix/gnomeConf.sh; then ++ echo $ac_n "checking for gnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6 ++echo "configure:1086: checking for gnomeConf.sh file in $prefix/share/gnome" >&5 ++ if test -f $prefix/share/gnome/gnomeConf.sh; then + echo "$ac_t""found" 1>&6 + echo "loading gnome configuration from" \ +- "$gnome_prefix/gnomeConf.sh" +- . $gnome_prefix/gnomeConf.sh ++ "$prefix/share/gnome/gnomeConf.sh" ++ . $prefix/share/gnome/gnomeConf.sh + + else + echo "$ac_t""not found" 1>&6 +@@ -2573,7 +2573,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lxml `gnome-config --libs xml` $LIBS" ++LIBS="-lxml -lz $LIBS" + cat > conftest.$ac_ext <<EOF + #line 2579 "configure" + #include "confdefs.h" +@@ -2604,7 +2604,7 @@ + + + +- GNOME_XML_LIB=`gnome-config --libs xml` ++ GNOME_XML_LIB=`xml-config --libs` + + else + echo "$ac_t""no" 1>&6 diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist index e14901a70f22..8f095f2dff65 100644 --- a/math/gnumeric/pkg-plist +++ b/math/gnumeric/pkg-plist @@ -1,15 +1,36 @@ bin/gnumeric -share/gnome/apps/Productivity/gnumeric.desktop -share/gnome/gnumeric/plugins/libsample.a -share/gnome/gnumeric/plugins/libsample.la -share/gnome/gnumeric/plugins/libsample.so -share/gnome/gnumeric/plugins/libsample.so.0 +bin/gnumeric-corba +share/gnome/apps/Applications/gnumeric.desktop +share/gnome/gnumeric/guile/gnumeric_startup.scm +share/gnome/gnumeric/plugins/libgnumguile.a +share/gnome/gnumeric/plugins/libgnumguile.la +share/gnome/gnumeric/plugins/libgnumguile.so +share/gnome/gnumeric/plugins/libgnumguile.so.0 +share/gnome/gnumeric/plugins/libstat.a +share/gnome/gnumeric/plugins/libstat.la +share/gnome/gnumeric/plugins/libstat.so +share/gnome/gnumeric/plugins/libstat.so.0 +share/gnome/mime-info/gnumeric.keys +share/gnome/mime-info/gnumeric.mime +share/gnome/pixmaps/gnome-gnumeric.png +share/locale/cs/LC_MESSAGES/gnumeric.mo +share/locale/de/LC_MESSAGES/gnumeric.mo share/locale/es/LC_MESSAGES/gnumeric.mo -share/locale/es@mx/LC_MESSAGES/gnumeric.mo +share/locale/es_DO/LC_MESSAGES/gnumeric.mo +share/locale/es_GT/LC_MESSAGES/gnumeric.mo +share/locale/es_HN/LC_MESSAGES/gnumeric.mo +share/locale/es_MX/LC_MESSAGES/gnumeric.mo +share/locale/es_PA/LC_MESSAGES/gnumeric.mo +share/locale/es_PE/LC_MESSAGES/gnumeric.mo +share/locale/es_SV/LC_MESSAGES/gnumeric.mo share/locale/fr/LC_MESSAGES/gnumeric.mo share/locale/hu/LC_MESSAGES/gnumeric.mo share/locale/it/LC_MESSAGES/gnumeric.mo +share/locale/ja/LC_MESSAGES/gnumeric.mo share/locale/ko/LC_MESSAGES/gnumeric.mo +share/locale/no/LC_MESSAGES/gnumeric.mo +share/locale/no_NO/LC_MESSAGES/gnumeric.mo share/locale/pt/LC_MESSAGES/gnumeric.mo +@dirrm share/gnome/gnumeric/guile @dirrm share/gnome/gnumeric/plugins @dirrm share/gnome/gnumeric diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 1f12ff532992..8a52472507e8 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: gnumeric -# Version required: 0.3 -# Date created: 08 October 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> +# New ports collection makefile for: gnumeric +# Version required: 0.5 +# Date created: 08 October 1998 +# Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.2 1998/11/09 06:51:34 asami Exp $ +# $Id: Makefile,v 1.3 1998/11/18 12:09:05 asami Exp $ # -DISTNAME= gnumeric-0.3 +DISTNAME= gnumeric-0.5 CATEGORIES= math MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ ftp://ftp.gnome.org/pub/GNOME/sources/ @@ -23,7 +23,8 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --with-gnome=${X11BASE} CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \ -I${X11BASE}/include" \ - GTK_CONFIG="${X11BASE}/bin/gtk11-config" \ + GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ + GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" post-install: diff --git a/math/gnumeric2/distinfo b/math/gnumeric2/distinfo index 598a2f01aa15..bb4a4545cbae 100644 --- a/math/gnumeric2/distinfo +++ b/math/gnumeric2/distinfo @@ -1 +1 @@ -MD5 (gnumeric-0.3.tar.gz) = a5f200fb74a4b1663a0edd5b1143111c +MD5 (gnumeric-0.5.tar.gz) = 1d4ce24719184ec9eeb5e080342a988b diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa index 3b0ac7164230..359d3f91c362 100644 --- a/math/gnumeric2/files/patch-aa +++ b/math/gnumeric2/files/patch-aa @@ -1,20 +1,39 @@ ---- configure.orig Wed Sep 30 13:51:50 1998 -+++ configure Fri Oct 23 00:46:12 1998 -@@ -930,12 +930,12 @@ - - - if test "$no_gnome_config" = "yes"; then -- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6 --echo "configure:935: checking for gnomeConf.sh file in $gnome_prefix" >&5 -- if test -f $gnome_prefix/gnomeConf.sh; then -+ echo $ac_n "checking for gnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6 -+echo "configure:935: checking for gnomeConf.sh file in $prefix/share/gnome" >&5 -+ if test -f $prefix/share/gnome/gnomeConf.sh; then - echo "$ac_t""found" 1>&6 -- echo "loading gnome configuration from $gnome_prefix/gnomeConf.sh" -- . $gnome_prefix/gnomeConf.sh -+ echo "loading gnome configuration from $prefix/share/gnome/gnomeConf.sh" -+ . $prefix/share/gnome/gnomeConf.sh - - else - echo "$ac_t""not found" 1>&6 +--- configure.orig Thu Dec 31 03:05:56 1998 ++++ configure Tue Jan 5 13:38:32 1999 +@@ -1081,13 +1081,13 @@ + fi + + if test "$no_gnome_config" = "yes"; then +- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6 +-echo "configure:1086: checking for gnomeConf.sh file in $gnome_prefix" >&5 +- if test -f $gnome_prefix/gnomeConf.sh; then ++ echo $ac_n "checking for gnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6 ++echo "configure:1086: checking for gnomeConf.sh file in $prefix/share/gnome" >&5 ++ if test -f $prefix/share/gnome/gnomeConf.sh; then + echo "$ac_t""found" 1>&6 + echo "loading gnome configuration from" \ +- "$gnome_prefix/gnomeConf.sh" +- . $gnome_prefix/gnomeConf.sh ++ "$prefix/share/gnome/gnomeConf.sh" ++ . $prefix/share/gnome/gnomeConf.sh + + else + echo "$ac_t""not found" 1>&6 +@@ -2573,7 +2573,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lxml `gnome-config --libs xml` $LIBS" ++LIBS="-lxml -lz $LIBS" + cat > conftest.$ac_ext <<EOF + #line 2579 "configure" + #include "confdefs.h" +@@ -2604,7 +2604,7 @@ + + + +- GNOME_XML_LIB=`gnome-config --libs xml` ++ GNOME_XML_LIB=`xml-config --libs` + + else + echo "$ac_t""no" 1>&6 diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist index e14901a70f22..8f095f2dff65 100644 --- a/math/gnumeric2/pkg-plist +++ b/math/gnumeric2/pkg-plist @@ -1,15 +1,36 @@ bin/gnumeric -share/gnome/apps/Productivity/gnumeric.desktop -share/gnome/gnumeric/plugins/libsample.a -share/gnome/gnumeric/plugins/libsample.la -share/gnome/gnumeric/plugins/libsample.so -share/gnome/gnumeric/plugins/libsample.so.0 +bin/gnumeric-corba +share/gnome/apps/Applications/gnumeric.desktop +share/gnome/gnumeric/guile/gnumeric_startup.scm +share/gnome/gnumeric/plugins/libgnumguile.a +share/gnome/gnumeric/plugins/libgnumguile.la +share/gnome/gnumeric/plugins/libgnumguile.so +share/gnome/gnumeric/plugins/libgnumguile.so.0 +share/gnome/gnumeric/plugins/libstat.a +share/gnome/gnumeric/plugins/libstat.la +share/gnome/gnumeric/plugins/libstat.so +share/gnome/gnumeric/plugins/libstat.so.0 +share/gnome/mime-info/gnumeric.keys +share/gnome/mime-info/gnumeric.mime +share/gnome/pixmaps/gnome-gnumeric.png +share/locale/cs/LC_MESSAGES/gnumeric.mo +share/locale/de/LC_MESSAGES/gnumeric.mo share/locale/es/LC_MESSAGES/gnumeric.mo -share/locale/es@mx/LC_MESSAGES/gnumeric.mo +share/locale/es_DO/LC_MESSAGES/gnumeric.mo +share/locale/es_GT/LC_MESSAGES/gnumeric.mo +share/locale/es_HN/LC_MESSAGES/gnumeric.mo +share/locale/es_MX/LC_MESSAGES/gnumeric.mo +share/locale/es_PA/LC_MESSAGES/gnumeric.mo +share/locale/es_PE/LC_MESSAGES/gnumeric.mo +share/locale/es_SV/LC_MESSAGES/gnumeric.mo share/locale/fr/LC_MESSAGES/gnumeric.mo share/locale/hu/LC_MESSAGES/gnumeric.mo share/locale/it/LC_MESSAGES/gnumeric.mo +share/locale/ja/LC_MESSAGES/gnumeric.mo share/locale/ko/LC_MESSAGES/gnumeric.mo +share/locale/no/LC_MESSAGES/gnumeric.mo +share/locale/no_NO/LC_MESSAGES/gnumeric.mo share/locale/pt/LC_MESSAGES/gnumeric.mo +@dirrm share/gnome/gnumeric/guile @dirrm share/gnome/gnumeric/plugins @dirrm share/gnome/gnumeric diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index b5208c748b21..053f5acbf215 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: libxml -# Version required: 0.30 +# Version required: 0.99 # Date created: 28 September 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/10/10 13:48:53 vanilla Exp $ # -DISTNAME= libxml-0.30 +DISTNAME= libxml-0.99 CATEGORIES= textproc MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ ftp://ftp.gnome.org/pub/GNOME/sources/ diff --git a/textproc/libxml/distinfo b/textproc/libxml/distinfo index 741e8459fdd1..e7c9535391a0 100644 --- a/textproc/libxml/distinfo +++ b/textproc/libxml/distinfo @@ -1 +1 @@ -MD5 (libxml-0.30.tar.gz) = 62cadf0c00e7b0742d663c97ad910e2b +MD5 (libxml-0.99.tar.gz) = d091eb8e5640341718646b4020b162d9 diff --git a/textproc/libxml/pkg-plist b/textproc/libxml/pkg-plist index 0b9535bd26da..ae6707989786 100644 --- a/textproc/libxml/pkg-plist +++ b/textproc/libxml/pkg-plist @@ -1,10 +1,13 @@ +bin/xml-config etc/xmlConf.sh +include/gnome-xml/debugXML.h +include/gnome-xml/encoding.h include/gnome-xml/entities.h include/gnome-xml/parser.h include/gnome-xml/tree.h lib/libxml.a -@exec ranlib %D/%F lib/libxml.la +lib/libxml.so lib/libxml.so.0 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index b5208c748b21..053f5acbf215 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: libxml -# Version required: 0.30 +# Version required: 0.99 # Date created: 28 September 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/10/10 13:48:53 vanilla Exp $ # -DISTNAME= libxml-0.30 +DISTNAME= libxml-0.99 CATEGORIES= textproc MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ ftp://ftp.gnome.org/pub/GNOME/sources/ diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 741e8459fdd1..e7c9535391a0 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1 +1 @@ -MD5 (libxml-0.30.tar.gz) = 62cadf0c00e7b0742d663c97ad910e2b +MD5 (libxml-0.99.tar.gz) = d091eb8e5640341718646b4020b162d9 diff --git a/textproc/libxml2/pkg-plist b/textproc/libxml2/pkg-plist index 0b9535bd26da..ae6707989786 100644 --- a/textproc/libxml2/pkg-plist +++ b/textproc/libxml2/pkg-plist @@ -1,10 +1,13 @@ +bin/xml-config etc/xmlConf.sh +include/gnome-xml/debugXML.h +include/gnome-xml/encoding.h include/gnome-xml/entities.h include/gnome-xml/parser.h include/gnome-xml/tree.h lib/libxml.a -@exec ranlib %D/%F lib/libxml.la +lib/libxml.so lib/libxml.so.0 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/x11-toolkits/gtk12/pkg-plist b/x11-toolkits/gtk12/pkg-plist index 0dde2effd273..da2316878cbf 100644 --- a/x11-toolkits/gtk12/pkg-plist +++ b/x11-toolkits/gtk12/pkg-plist @@ -133,6 +133,7 @@ lib/libgtk11d.so.1.2 share/locale/de/LC_MESSAGES/gtk+.mo share/locale/fr/LC_MESSAGES/gtk+.mo share/locale/ja/LC_MESSAGES/gtk+.mo +share/locale/ko/LC_MESSAGES/gtk+.mo share/locale/nl/LC_MESSAGES/gtk+.mo share/locale/no/LC_MESSAGES/gtk+.mo share/locale/pl/LC_MESSAGES/gtk+.mo diff --git a/x11-toolkits/gtk13/pkg-plist b/x11-toolkits/gtk13/pkg-plist index 0dde2effd273..da2316878cbf 100644 --- a/x11-toolkits/gtk13/pkg-plist +++ b/x11-toolkits/gtk13/pkg-plist @@ -133,6 +133,7 @@ lib/libgtk11d.so.1.2 share/locale/de/LC_MESSAGES/gtk+.mo share/locale/fr/LC_MESSAGES/gtk+.mo share/locale/ja/LC_MESSAGES/gtk+.mo +share/locale/ko/LC_MESSAGES/gtk+.mo share/locale/nl/LC_MESSAGES/gtk+.mo share/locale/no/LC_MESSAGES/gtk+.mo share/locale/pl/LC_MESSAGES/gtk+.mo diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist index 0dde2effd273..da2316878cbf 100644 --- a/x11-toolkits/gtk20/pkg-plist +++ b/x11-toolkits/gtk20/pkg-plist @@ -133,6 +133,7 @@ lib/libgtk11d.so.1.2 share/locale/de/LC_MESSAGES/gtk+.mo share/locale/fr/LC_MESSAGES/gtk+.mo share/locale/ja/LC_MESSAGES/gtk+.mo +share/locale/ko/LC_MESSAGES/gtk+.mo share/locale/nl/LC_MESSAGES/gtk+.mo share/locale/no/LC_MESSAGES/gtk+.mo share/locale/pl/LC_MESSAGES/gtk+.mo diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist index 0dde2effd273..da2316878cbf 100644 --- a/x11-toolkits/gtk30/pkg-plist +++ b/x11-toolkits/gtk30/pkg-plist @@ -133,6 +133,7 @@ lib/libgtk11d.so.1.2 share/locale/de/LC_MESSAGES/gtk+.mo share/locale/fr/LC_MESSAGES/gtk+.mo share/locale/ja/LC_MESSAGES/gtk+.mo +share/locale/ko/LC_MESSAGES/gtk+.mo share/locale/nl/LC_MESSAGES/gtk+.mo share/locale/no/LC_MESSAGES/gtk+.mo share/locale/pl/LC_MESSAGES/gtk+.mo |