diff options
author | nork <nork@FreeBSD.org> | 2004-12-26 19:30:31 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-12-26 19:30:31 +0800 |
commit | 8a91fca6b7ae8a6c2354b8db91dcad50acdd54d7 (patch) | |
tree | 2e8907b4316d65c5676593f454db7c93b8605e21 /japanese/eblook/Makefile | |
parent | 8aa664512fbe171a754d24392486b9aa3f872fcc (diff) | |
download | freebsd-ports-gnome-8a91fca6b7ae8a6c2354b8db91dcad50acdd54d7.tar.gz freebsd-ports-gnome-8a91fca6b7ae8a6c2354b8db91dcad50acdd54d7.tar.zst freebsd-ports-gnome-8a91fca6b7ae8a6c2354b8db91dcad50acdd54d7.zip |
Update to 4.1.1.
o Repocopy japanese/eb -> japanese/eb3 for safe keeping.
o Chase eb library version bump.
o Connect japanese/eb3 to japanese/Makefile
PR: ports/74133
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Requested by: Motoyuki Kasahara <m-kasahr@sra.co.jp> (author)
Repocopied by: portmgr(marcus)
Diffstat (limited to 'japanese/eblook/Makefile')
-rw-r--r-- | japanese/eblook/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/eblook/Makefile b/japanese/eblook/Makefile index cba0a828f34e..c1a942ea84b7 100644 --- a/japanese/eblook/Makefile +++ b/japanese/eblook/Makefile @@ -7,6 +7,7 @@ PORTNAME= eblook PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= japanese textproc MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/ DIST_SUBDIR= eb @@ -14,7 +15,7 @@ DIST_SUBDIR= eb MAINTAINER= ports@FreeBSD.org COMMENT= Interactive EB interface command for seraching words in electoric dictionaries -LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.9:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |