diff options
author | ache <ache@FreeBSD.org> | 1998-03-29 04:12:07 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-03-29 04:12:07 +0800 |
commit | c5fc87df0fff4bcae2230887cb885b87be0d5d52 (patch) | |
tree | 34438c68cf3537a50442366491e45a8589afd72e /graphics | |
parent | fe4d6b81448cb86434a6cf0c8f7d706f775ddb4d (diff) | |
download | freebsd-ports-gnome-c5fc87df0fff4bcae2230887cb885b87be0d5d52.tar.gz freebsd-ports-gnome-c5fc87df0fff4bcae2230887cb885b87be0d5d52.tar.zst freebsd-ports-gnome-c5fc87df0fff4bcae2230887cb885b87be0d5d52.zip |
upgrade png major
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/povray/Makefile | 4 | ||||
-rw-r--r-- | graphics/povray36/Makefile | 4 | ||||
-rw-r--r-- | graphics/povray37/Makefile | 4 | ||||
-rw-r--r-- | graphics/xpaint/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index a020244f6dbb..cf6acb25d5a4 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Dec 1996 # Whom: paulo@isr.uc.pt # -# $Id: Makefile,v 1.6 1996/12/06 23:43:32 asami Exp $ +# $Id: Makefile,v 1.7 1997/09/22 09:14:43 tg Exp $ # DISTNAME= povray3 @@ -16,7 +16,7 @@ DISTFILES= povuni_s.tgz povuni_d.tgz MAINTAINER= ports@freebsd.org -LIB_DEPENDS= png\\.0\\.:${PORTSDIR}/graphics/png +LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png MAN1= povray.1 diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index a020244f6dbb..cf6acb25d5a4 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Dec 1996 # Whom: paulo@isr.uc.pt # -# $Id: Makefile,v 1.6 1996/12/06 23:43:32 asami Exp $ +# $Id: Makefile,v 1.7 1997/09/22 09:14:43 tg Exp $ # DISTNAME= povray3 @@ -16,7 +16,7 @@ DISTFILES= povuni_s.tgz povuni_d.tgz MAINTAINER= ports@freebsd.org -LIB_DEPENDS= png\\.0\\.:${PORTSDIR}/graphics/png +LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png MAN1= povray.1 diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index a020244f6dbb..cf6acb25d5a4 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Dec 1996 # Whom: paulo@isr.uc.pt # -# $Id: Makefile,v 1.6 1996/12/06 23:43:32 asami Exp $ +# $Id: Makefile,v 1.7 1997/09/22 09:14:43 tg Exp $ # DISTNAME= povray3 @@ -16,7 +16,7 @@ DISTFILES= povuni_s.tgz povuni_d.tgz MAINTAINER= ports@freebsd.org -LIB_DEPENDS= png\\.0\\.:${PORTSDIR}/graphics/png +LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png MAN1= povray.1 diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 835922deb281..9d3425d15126 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.16 1997/12/01 07:59:32 tg Exp $ +# $Id: Makefile,v 1.17 1998/03/03 23:21:48 jseger Exp $ # DISTNAME= xpaint-2.5.3 @@ -15,7 +15,7 @@ MAINTAINER= jseger@FreeBSD.org LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - png\\.0\\.:${PORTSDIR}/graphics/png + png\\.2\\.:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/xpaint USE_IMAKE= yes |