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/openvrml | |
parent | ee85559bb85232aa24014749b72ebf893395e31c (diff) | |
download | freebsd-ports-graphics-99923fa99ba4aa31165a8e929806b2d9c055a4d5.tar.gz freebsd-ports-graphics-99923fa99ba4aa31165a8e929806b2d9c055a4d5.tar.zst freebsd-ports-graphics-99923fa99ba4aa31165a8e929806b2d9c055a4d5.zip |
Bump png major
Diffstat (limited to 'www/openvrml')
-rw-r--r-- | www/openvrml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index e3b42726641..327dba6397b 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= openvrml MAINTAINER= 3d@freebsd.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png + png.5:${PORTSDIR}/graphics/png CONFIGURE_ARGS= --with-jpeg-prefix=${LOCALBASE} \ --with-png-prefix=${LOCALBASE} \ |