diff options
author | asami <asami@FreeBSD.org> | 1998-09-15 11:57:51 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-15 11:57:51 +0000 |
commit | 9902258e5cf9eba43c8c50d91180db959abf29e0 (patch) | |
tree | 97c1481d3e06d1c6c19ad65a1ff5beb245c8edaf /www/chimera2 | |
parent | d1fac7b50d149f2bf015727a6a210b5d05776782 (diff) | |
download | FreeBSD-ports-9902258e5cf9eba43c8c50d91180db959abf29e0.zip FreeBSD-ports-9902258e5cf9eba43c8c50d91180db959abf29e0.tar.gz |
libpng major is now 3. Also remove regexp support in preparation for
ELF conversion.
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 30f1a04..a935893 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 |