diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-28 20:12:07 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-28 20:12:07 +0000 |
commit | 75d15b39560b2ee7ead452b35211d5c676c9b901 (patch) | |
tree | 5d22724cd03ead9ab0e8d216aa5e55917a6b3070 /graphics | |
parent | 574f6deb06d89352dc7b54bd8408d268382f256a (diff) | |
download | ports-75d15b39560b2ee7ead452b35211d5c676c9b901.tar.gz ports-75d15b39560b2ee7ead452b35211d5c676c9b901.zip |
Notes
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 |