diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-23 15:05:35 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-23 15:05:35 +0800 |
commit | bf949ff3db58a62b42d076950b561228c71c0238 (patch) | |
tree | 71ab6a9c20a9b49e40a4412121c246c45916a81f /print | |
parent | 4a255760a8bf48becbeecc6bee7481e3971f1a1c (diff) | |
download | freebsd-ports-gnome-bf949ff3db58a62b42d076950b561228c71c0238.tar.gz freebsd-ports-gnome-bf949ff3db58a62b42d076950b561228c71c0238.tar.zst freebsd-ports-gnome-bf949ff3db58a62b42d076950b561228c71c0238.zip |
Bump png's major number to 3.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript-gnu/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript5/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript55/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript6/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript7/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index afe277a7f60c..9a5515947f23 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/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} diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index afe277a7f60c..9a5515947f23 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/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} diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index afe277a7f60c..9a5515947f23 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/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} diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile index af17f65fde5d..9c22faff9a90 100644 --- a/print/ghostscript5/Makefile +++ b/print/ghostscript5/Makefile @@ -3,7 +3,7 @@ # Date created: 11 December 1998 # Whom: giffunip # -# $Id: Makefile,v 1.28 1999/01/04 03:34:01 steve Exp $ +# $Id: Makefile,v 1.29 1999/01/21 18:07:30 vanilla Exp $ # DISTNAME= ghostscript-5.10 @@ -19,7 +19,7 @@ MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= $(LOCALBASE)/share/ghostscript/fonts/Fontmap:${PORTSDIR}/print/gsfonts BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ /nonexistent:${PORTSDIR}/graphics/png:extract -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png USE_XLIB= yes EXTRACT_ONLY= ${GS_SOURCES} ${PCL3_DRV} diff --git a/print/ghostscript55/Makefile b/print/ghostscript55/Makefile index afe277a7f60c..9a5515947f23 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} diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile index afe277a7f60c..9a5515947f23 100644 --- a/print/ghostscript6/Makefile +++ b/print/ghostscript6/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} diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index afe277a7f60c..9a5515947f23 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/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} diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index afe277a7f60c..9a5515947f23 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/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} |