aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:36:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:36:40 +0000
commit3fee91136667f7b3cca62afbc9d9f01d03a2ec89 (patch)
treecaf481fc0fb12e9f5b4f7e105ea42f01f77c286a /japanese
parente6ffa1f425ea668e859fae97edfd25a239614331 (diff)
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/dvipsk/Makefile6
-rw-r--r--japanese/edyvalue/Makefile2
-rw-r--r--japanese/jadetex-ptex/Makefile2
-rw-r--r--japanese/ming/Makefile4
-rw-r--r--japanese/mozc-server/Makefile4
-rw-r--r--japanese/p5-Text-Kakasi/Makefile2
-rw-r--r--japanese/php5-mecab/Makefile2
-rw-r--r--japanese/prime/Makefile2
-rw-r--r--japanese/ptex/Makefile6
-rw-r--r--japanese/ruby-eb/Makefile2
-rw-r--r--japanese/ruby-mecab/Makefile2
-rw-r--r--japanese/slrn/Makefile2
-rw-r--r--japanese/suicavalue/Makefile2
-rw-r--r--japanese/tk80/Makefile2
-rw-r--r--japanese/xdtp/Makefile2
15 files changed, 21 insertions, 21 deletions
diff --git a/japanese/dvipsk/Makefile b/japanese/dvipsk/Makefile
index 352dd2495a16..8e62f6e7d7ea 100644
--- a/japanese/dvipsk/Makefile
+++ b/japanese/dvipsk/Makefile
@@ -21,9 +21,9 @@ COMMENT= DVI to PostScript translator + Japanese patch
BUILD_DEPENDS= ${LOCALBASE}/${TEXMFDIR}/fonts/tfm/ptex/min10.tfm:${PORTSDIR}/japanese/ptex
RUN_DEPENDS= ${LOCALBASE}/${TEXMFDIR}/fonts/tfm/ptex/min10.tfm:${PORTSDIR}/japanese/ptex
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
- wwwcore.1:${PORTSDIR}/www/libwww \
- t1.5:${PORTSDIR}/devel/t1lib
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
+ libwwwcore.so:${PORTSDIR}/www/libwww \
+ libt1.so:${PORTSDIR}/devel/t1lib
PATCH_WRKSRC= ${WRKDIR}/${TETEX_SRC}/texk
EXTRA_PATCHES= ${WRKDIR}/dvipsk-${PORTVERSION}-p1.7a.diff
diff --git a/japanese/edyvalue/Makefile b/japanese/edyvalue/Makefile
index f15faffde9e1..d42cb1929006 100644
--- a/japanese/edyvalue/Makefile
+++ b/japanese/edyvalue/Makefile
@@ -14,7 +14,7 @@ EXTRACT_ONLY=
MAINTAINER= sarumaru@jp.FreeBSD.org
COMMENT= Utility to print a statement of Edy card
-LIB_DEPENDS= pasori.1:${PORTSDIR}/devel/libpasori
+LIB_DEPENDS= libpasori.so:${PORTSDIR}/devel/libpasori
PLIST_FILES= bin/EdyValue
diff --git a/japanese/jadetex-ptex/Makefile b/japanese/jadetex-ptex/Makefile
index 565c3f0fb54a..b712749d038d 100644
--- a/japanese/jadetex-ptex/Makefile
+++ b/japanese/jadetex-ptex/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= PTeX backend for Jade, for typesetting SGML documents
BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex
PKGMESSAGE= ${WRKDIR}/pkg-message
diff --git a/japanese/ming/Makefile b/japanese/ming/Makefile
index 4dfb9ca03f28..15a3f001d190 100644
--- a/japanese/ming/Makefile
+++ b/japanese/ming/Makefile
@@ -11,8 +11,8 @@ DISTNAME= jaming-${PORTVERSION}
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= LGPL'ed Flash 4/5 movie output library with Japanese languages support
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
- gif.5:${PORTSDIR}/graphics/giflib
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
+ libgif.so:${PORTSDIR}/graphics/giflib
CONFLICTS= ming-*
diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile
index fae0b8a67abf..c26bd46755f5 100644
--- a/japanese/mozc-server/Makefile
+++ b/japanese/mozc-server/Makefile
@@ -17,8 +17,8 @@ LICENSE_FILE= ${WRKSRC}/third_party/gyp/LICENSE
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
EXTRACT_DEPENDS=${PYTHON_CMD}:${PYTHON_PORTSDIR}
-LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf \
- zinnia:${PORTSDIR}/japanese/zinnia
+LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf \
+ libzinnia.so:${PORTSDIR}/japanese/zinnia
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
USES= pkgconfig iconv gmake tar:bzip2
diff --git a/japanese/p5-Text-Kakasi/Makefile b/japanese/p5-Text-Kakasi/Makefile
index 1ed7ef91ebea..cb283f9a891f 100644
--- a/japanese/p5-Text-Kakasi/Makefile
+++ b/japanese/p5-Text-Kakasi/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= CPAN
MAINTAINER= ports@FreeBSD.org
COMMENT= Kakasi library module for Perl5
-LIB_DEPENDS= kakasi.3:${PORTSDIR}/japanese/kakasi
+LIB_DEPENDS= libkakasi.so:${PORTSDIR}/japanese/kakasi
USES= perl5
USE_PERL5= configure
diff --git a/japanese/php5-mecab/Makefile b/japanese/php5-mecab/Makefile
index f86f0d400aa7..5513974c2572 100644
--- a/japanese/php5-mecab/Makefile
+++ b/japanese/php5-mecab/Makefile
@@ -10,7 +10,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= PHP5 extension for MeCab Morphological Analyzer
-LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab
+LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab
USE_PHP= yes
USE_PHPEXT= yes
diff --git a/japanese/prime/Makefile b/japanese/prime/Makefile
index 5298c1959b9b..6fe73913e3a3 100644
--- a/japanese/prime/Makefile
+++ b/japanese/prime/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://prime.sourceforge.jp/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= PRedictive Input Method Editor(PRIME)
-LIB_DEPENDS= sary.10:${PORTSDIR}/textproc/sary
+LIB_DEPENDS= libsary.so:${PORTSDIR}/textproc/sary
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/sary.so:${PORTSDIR}/textproc/ruby-sary \
${LOCALBASE}/share/emacs/site-lisp/init-suikyo.el:${PORTSDIR}/japanese/suikyo \
${LOCALBASE}/share/prime/dict/prime-dict:${PORTSDIR}/japanese/prime-dict
diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile
index d9a2e4e75a31..d596f504ee42 100644
--- a/japanese/ptex/Makefile
+++ b/japanese/ptex/Makefile
@@ -19,9 +19,9 @@ DIST_SUBDIR= teTeX
MAINTAINER= hrs@FreeBSD.org
COMMENT= ASCII Japanese pTeX which supports teTeX distribution
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
- wwwcore.1:${PORTSDIR}/www/libwww \
- t1.5:${PORTSDIR}/devel/t1lib
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
+ libwwwcore.so:${PORTSDIR}/www/libwww \
+ libt1.so:${PORTSDIR}/devel/t1lib
CONFLICTS_INSTALL= \
texlive-[0-9]* tex-web2c-[0-9]* \
diff --git a/japanese/ruby-eb/Makefile b/japanese/ruby-eb/Makefile
index ccaeeeb66162..7977780e5f93 100644
--- a/japanese/ruby-eb/Makefile
+++ b/japanese/ruby-eb/Makefile
@@ -12,7 +12,7 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby bind of EB library
-LIB_DEPENDS= eb:${PORTSDIR}/japanese/eb
+LIB_DEPENDS= libeb.so:${PORTSDIR}/japanese/eb
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/japanese/ruby-mecab/Makefile b/japanese/ruby-mecab/Makefile
index bdcef4281991..1dcde1294b73 100644
--- a/japanese/ruby-mecab/Makefile
+++ b/japanese/ruby-mecab/Makefile
@@ -13,7 +13,7 @@ COMMENT= MeCab library module for Ruby
LICENSE= BSD GPLv2 LGPL21
LICENSE_COMB= dual
-LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab
+LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/japanese/slrn/Makefile b/japanese/slrn/Makefile
index c6c06d7e2edf..955077ca01ad 100644
--- a/japanese/slrn/Makefile
+++ b/japanese/slrn/Makefile
@@ -18,7 +18,7 @@ COMMENT= Newsreader based on the S-Lang library
LICENSE= GPLv2
-LIB_DEPENDS= slang:${PORTSDIR}/japanese/libslang
+LIB_DEPENDS= libslang.so:${PORTSDIR}/japanese/libslang
CONFLICTS= slrn-0.*
diff --git a/japanese/suicavalue/Makefile b/japanese/suicavalue/Makefile
index 5efafc4b3fdb..7df6da2621b5 100644
--- a/japanese/suicavalue/Makefile
+++ b/japanese/suicavalue/Makefile
@@ -13,7 +13,7 @@ EXTRACT_ONLY=
MAINTAINER= sarumaru@jp.FreeBSD.org
COMMENT= Utility to print a statement of Suica
-LIB_DEPENDS= pasori.1:${PORTSDIR}/devel/libpasori
+LIB_DEPENDS= libpasori.so:${PORTSDIR}/devel/libpasori
PLIST_FILES= bin/SuicaValue
diff --git a/japanese/tk80/Makefile b/japanese/tk80/Makefile
index b475722fe718..026f944dbe09 100644
--- a/japanese/tk80/Makefile
+++ b/japanese/tk80/Makefile
@@ -15,7 +15,7 @@ PATCHFILES= ${PORTNAME}${PORTVERSION}jp1.7.patch.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical toolkit for Japanized TCL, version 8.0
-LIB_DEPENDS= tcl80jp.1:${PORTSDIR}/japanese/tcl80
+LIB_DEPENDS= libtcl80jp.so:${PORTSDIR}/japanese/tcl80
VERSION= ${PORTVERSION:R}
TOPDIR= ${WRKDIR}/${DISTNAME}
diff --git a/japanese/xdtp/Makefile b/japanese/xdtp/Makefile
index 970ea5d1ab27..9a5c06e87b0b 100644
--- a/japanese/xdtp/Makefile
+++ b/japanese/xdtp/Makefile
@@ -13,7 +13,7 @@ COMMENT= XML document transfer program
LICENSE= BSD
-LIB_DEPENDS= glibmm-2.4:${PORTSDIR}/devel/glibmm
+LIB_DEPENDS= libglibmm-2.4.so:${PORTSDIR}/devel/glibmm
USES= pkgconfig
USE_LDCONFIG= yes