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/eb/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/eb/Makefile')
-rw-r--r-- | japanese/eb/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index e9d7f416680f..78a10c3a86f9 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -6,8 +6,8 @@ # PORTNAME= eb -PORTVERSION= 3.3.4 -PORTREVISION= 1 +PORTVERSION= 4.1.1 +PORTREVISION= 0 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ \ ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/eb/ @@ -60,14 +60,15 @@ DIST_SUBDIR= eb USE_GETTEXT= yes USE_PERL5= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-nls \ --with-gettext-includes=${LOCALBASE}/include \ --with-gettext-libraries=${LOCALBASE}/lib \ --with-iconv-includes=${LOCALBASE}/include \ - --with-iconv-libraries=${LOCALBASE}/lib + --with-iconv-libraries=${LOCALBASE}/lib \ + --with-pkgdocdir=${DOCSDIR} APPENDIXDIR= ${DATADIR}/appendix |