diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-04 07:13:35 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-04 07:13:35 +0000 |
commit | 6db96c05006f9dc75e9717730eb1a12a7476f363 (patch) | |
tree | 0b0138a6c6fb473a21e0292bbb3459d380585f98 /x11-toolkits/jx/Makefile | |
parent | Add tiff2png, a TIFF-to-PNG image converter. (diff) |
Bump png shared library version.
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Diffstat (limited to '')
-rw-r--r-- | x11-toolkits/jx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/jx/Makefile b/x11-toolkits/jx/Makefile index 9daf6b608d7d..3b455654ffbb 100644 --- a/x11-toolkits/jx/Makefile +++ b/x11-toolkits/jx/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}_source-${PORTVERSION} MAINTAINER= lioux@linf.unb.br -LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ Xpm.4:${PORTSDIR}/graphics/xpm WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |