diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:57:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:57:51 +0000 |
commit | 4610ae86c9e40d100ca26c1dcb385b08d3210ce3 (patch) | |
tree | 8f19e57fa613e842996a4a37eda28af690460c73 /www/chimera2 | |
parent | jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly. (diff) |
libpng major is now 3. Also remove regexp support in preparation for
ELF conversion.
Notes
Notes:
svn path=/head/; revision=13148
Diffstat (limited to 'www/chimera2')
-rw-r--r-- | www/chimera2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chimera2/Makefile b/www/chimera2/Makefile index 30f1a04d0fc1..a935893aa3f0 100644 --- a/www/chimera2/Makefile +++ b/www/chimera2/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Nov 1997 # Whom: Bruce Gingery <bgingery@gtcs.com> # -# $Id: Makefile,v 1.16 1998/07/27 23:24:23 asami Exp $ +# $Id: Makefile,v 1.17 1998/09/15 11:46:06 asami Exp $ # DISTNAME= chimera-2.0a11 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera-alpha/ MAINTAINER= bgingery@gtcs.com LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png\\.2\\.:${PORTSDIR}/graphics/png + png.3:${PORTSDIR}/graphics/png USE_IMAKE= yes |