diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
commit | 343b837340a39a6d3d2f981efb8ce3e49bcd4a6d (patch) | |
tree | 98483f73847a876520440371b7166d66092b9229 /www/chimera2 | |
parent | 706919336fb84ded602dd1eceaeb77e72a383522 (diff) | |
download | ports-343b837340a39a6d3d2f981efb8ce3e49bcd4a6d.tar.gz ports-343b837340a39a6d3d2f981efb8ce3e49bcd4a6d.zip |
Notes
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 d8b701cd7b20..11c6b547cfd3 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.18 1998/09/15 11:57:49 asami Exp $ +# $Id: Makefile,v 1.19 1998/09/17 00:50:50 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 |