diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
commit | bf949ff3db58a62b42d076950b561228c71c0238 (patch) | |
tree | 71ab6a9c20a9b49e40a4412121c246c45916a81f /print/ghostscript55 | |
parent | 4a255760a8bf48becbeecc6bee7481e3971f1a1c (diff) | |
download | FreeBSD-ports-bf949ff3db58a62b42d076950b561228c71c0238.zip FreeBSD-ports-bf949ff3db58a62b42d076950b561228c71c0238.tar.gz |
Bump png's major number to 3.
Diffstat (limited to 'print/ghostscript55')
-rw-r--r-- | print/ghostscript55/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript55/Makefile b/print/ghostscript55/Makefile index afe277a..9a55159 100644 --- a/print/ghostscript55/Makefile +++ b/print/ghostscript55/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.30 1999/01/13 07:24:57 scrappy Exp $ +# $Id: Makefile,v 1.31 1999/01/21 18:08:50 vanilla Exp $ # DISTNAME= ghostscript-5.50 @@ -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.2:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png USE_XLIB= yes EXTRACT_ONLY= ${GS_SOURCES} |