diff options
author | nork <nork@FreeBSD.org> | 2005-07-31 15:17:11 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-07-31 15:17:11 +0800 |
commit | 59a7c508fc2ba4618ae3013dd7b8c6d87f0f579d (patch) | |
tree | 36a309ab1cd312b64add4f3958689b7c08578185 /japanese/ebview | |
parent | 55503ef32b7ca6aeed58a2bcf66ed196014e4d88 (diff) | |
download | freebsd-ports-gnome-59a7c508fc2ba4618ae3013dd7b8c6d87f0f579d.tar.gz freebsd-ports-gnome-59a7c508fc2ba4618ae3013dd7b8c6d87f0f579d.tar.zst freebsd-ports-gnome-59a7c508fc2ba4618ae3013dd7b8c6d87f0f579d.zip |
o Update to 4.2. [1]
o Fix minor bug. [2]
PR: ports/81629 [1]
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1]
Obtained from: ndtpd/01982 [2]
Approved by: maintainer timeout
Diffstat (limited to 'japanese/ebview')
-rw-r--r-- | japanese/ebview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ebview/Makefile b/japanese/ebview/Makefile index 6568fee6ead8..bd7197b1f830 100644 --- a/japanese/ebview/Makefile +++ b/japanese/ebview/Makefile @@ -7,7 +7,7 @@ PORTNAME= ebview PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Electronic Book Viewer -LIB_DEPENDS= eb.9:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.10:${PORTSDIR}/japanese/eb CONFLICTS= ja-ebview-gtk2-* |