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 /print/ghostscript55/Makefile | |
parent | 99f7f4ed1d019afc8569d71a7fd14c359dc0cd1e (diff) | |
download | ports-6db96c05006f9dc75e9717730eb1a12a7476f363.tar.gz ports-6db96c05006f9dc75e9717730eb1a12a7476f363.zip |
Bump png shared library version.
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Notes
Notes:
svn path=/head/; revision=30165
Diffstat (limited to 'print/ghostscript55/Makefile')
-rw-r--r-- | print/ghostscript55/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript55/Makefile b/print/ghostscript55/Makefile index ea5301fc155b..3b009132e9fc 100644 --- a/print/ghostscript55/Makefile +++ b/print/ghostscript55/Makefile @@ -21,7 +21,7 @@ Y2K= http://www.cs.wisc.edu/~ghost/aladdin/y2k.html BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png USE_XLIB= yes EXTRACT_ONLY= ${GS_SOURCES} |