diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-22 09:32:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-22 09:32:18 +0000 |
commit | 26c40c61dd1d726913b4b92c5749d3561b40f140 (patch) | |
tree | 1df5f6c020b6f6acdff761eca4cb1348bc4276f8 /print/ghostscript-nox11 | |
parent | 1ae709ff51fb04b43ea64c7120ae73bf58d442f7 (diff) | |
download | pkgsrc-26c40c61dd1d726913b4b92c5749d3561b40f140.tar.gz |
Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
Diffstat (limited to 'print/ghostscript-nox11')
-rw-r--r-- | print/ghostscript-nox11/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common index def37c305a7..d390e4880a3 100644 --- a/print/ghostscript-nox11/Makefile.common +++ b/print/ghostscript-nox11/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2001/05/03 05:13:20 jlam Exp $ +# $NetBSD: Makefile.common,v 1.13 2001/05/22 09:33:32 wiz Exp $ DISTNAME= ghostscript-${GS_VERS} GS_VERS= 6.01 @@ -13,7 +13,7 @@ HOMEPAGE= http://www.cs.wisc.edu/~ghost/index.html DEPENDS+= ghostscript-fonts-6.0:../../fonts/ghostscript-fonts DEPENDS+= ja-vflib-lib-2.*:../../japanese/vflib-lib DEPENDS+= watanabe-vfont-19930318:../../fonts/watanabe_vfont -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>=1.0.11:../../graphics/png GS_SOURCES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES+= ${GS_SOURCES} |