diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-02-01 11:41:44 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-02-01 11:41:44 +0800 |
commit | 82e8bbccf5833cdb836f9838993577e94f4013a3 (patch) | |
tree | e216d11bcec228178b58500485d4da716ec0756c /japanese/ebnetd | |
parent | 2bbacf5efcf6dc9601e5ffc6c6879493f5774972 (diff) | |
download | freebsd-ports-gnome-82e8bbccf5833cdb836f9838993577e94f4013a3.tar.gz freebsd-ports-gnome-82e8bbccf5833cdb836f9838993577e94f4013a3.tar.zst freebsd-ports-gnome-82e8bbccf5833cdb836f9838993577e94f4013a3.zip |
- Bump shlib and PORTREVISION for japanese/eb update
libeb.so.14 -> libeb.so.15
Diffstat (limited to 'japanese/ebnetd')
-rw-r--r-- | japanese/ebnetd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ebnetd/Makefile b/japanese/ebnetd/Makefile index 4af37f211e55..f4009dba0dad 100644 --- a/japanese/ebnetd/Makefile +++ b/japanese/ebnetd/Makefile @@ -7,14 +7,14 @@ PORTNAME= ebnetd PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= japanese ipv6 MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ MAINTAINER= yasu@utahime.org COMMENT= Servers for accessing CD-ROM books via TCP/IP -LIB_DEPENDS= eb.14:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.15:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR} |