diff options
author | ache <ache@FreeBSD.org> | 2001-09-11 10:38:25 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-09-11 10:38:25 +0800 |
commit | 99923fa99ba4aa31165a8e929806b2d9c055a4d5 (patch) | |
tree | 5b57624102dafe92d88011527f81977ef8a1bb10 /www/chimera2 | |
parent | ee85559bb85232aa24014749b72ebf893395e31c (diff) | |
download | freebsd-ports-gnome-99923fa99ba4aa31165a8e929806b2d9c055a4d5.tar.gz freebsd-ports-gnome-99923fa99ba4aa31165a8e929806b2d9c055a4d5.tar.zst freebsd-ports-gnome-99923fa99ba4aa31165a8e929806b2d9c055a4d5.zip |
Bump png major
Diffstat (limited to 'www/chimera2')
-rw-r--r-- | www/chimera2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/chimera2/Makefile b/www/chimera2/Makefile index afc7a6fc6b36..a8a7ffa24e7e 100644 --- a/www/chimera2/Makefile +++ b/www/chimera2/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera-alpha/ \ MAINTAINER= bgingery@gtcs.com LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png + png.5:${PORTSDIR}/graphics/png MAN1= chimera.1 USE_IMAKE= yes |