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/ebnetd/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/ebnetd/Makefile')
-rw-r--r-- | japanese/ebnetd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/ebnetd/Makefile b/japanese/ebnetd/Makefile index ac4ad88a00b3..a2987a588e0d 100644 --- a/japanese/ebnetd/Makefile +++ b/japanese/ebnetd/Makefile @@ -7,6 +7,7 @@ PORTNAME= ebnetd PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= japanese ipv6 MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ \ ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/eb/ @@ -14,7 +15,7 @@ MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ \ MAINTAINER= takamune2004@yahoo.co.jp COMMENT= Servers for accessing CD-ROM books via TCP/IP -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} |