diff options
author | nork <nork@FreeBSD.org> | 2009-07-21 02:13:55 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2009-07-21 02:13:55 +0800 |
commit | e66bc6e0729b5e4227630101f8b302e9acf52d29 (patch) | |
tree | 36b29614554b916452f09aec131a74e394a54afe /japanese/eblook | |
parent | 9a8728577c266a286998622e74adfcdd6799b4ed (diff) | |
download | freebsd-ports-gnome-e66bc6e0729b5e4227630101f8b302e9acf52d29.tar.gz freebsd-ports-gnome-e66bc6e0729b5e4227630101f8b302e9acf52d29.tar.zst freebsd-ports-gnome-e66bc6e0729b5e4227630101f8b302e9acf52d29.zip |
o Update to 4.4.1.
o Bump shlib version.
o Bump PORTREVISION of ports depending on, accordingly.
PR: ports/136298
Submitted by: Yasuhiro KIMURA yasu utahime org
Diffstat (limited to 'japanese/eblook')
-rw-r--r-- | japanese/eblook/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/eblook/Makefile b/japanese/eblook/Makefile index 668d36a5c676..d63d17d5bffa 100644 --- a/japanese/eblook/Makefile +++ b/japanese/eblook/Makefile @@ -7,7 +7,7 @@ PORTNAME= eblook PORTVERSION= 1.6.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese textproc MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/ DIST_SUBDIR= eb @@ -15,7 +15,7 @@ DIST_SUBDIR= eb MAINTAINER= yasu@utahime.org COMMENT= Interactive EB interface command for seraching words in electoric dictionaries -LIB_DEPENDS= eb.12:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.14:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-eb-includes=${PREFIX}/include \ |