diff options
author | ache <ache@FreeBSD.org> | 2004-05-16 12:18:34 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-05-16 12:18:34 +0800 |
commit | 0da285892c2afa5ed7339b2ac09e5f7d7d3d46b9 (patch) | |
tree | 3a3e8724805e1e06093094452a0488775fa3f2bd /graphics/png/Makefile | |
parent | 66504e3975b06666ee98714fc6cecbae8c3aa85f (diff) | |
download | freebsd-ports-gnome-0da285892c2afa5ed7339b2ac09e5f7d7d3d46b9.tar.gz freebsd-ports-gnome-0da285892c2afa5ed7339b2ac09e5f7d7d3d46b9.tar.zst freebsd-ports-gnome-0da285892c2afa5ed7339b2ac09e5f7d7d3d46b9.zip |
Better fix for copy from overflow problem
Diffstat (limited to 'graphics/png/Makefile')
-rw-r--r-- | graphics/png/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index f3c9cdadc924..eacb963373da 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -7,7 +7,7 @@ PORTNAME= png PORTVERSION= 1.2.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.libpng.org/pub/png/src/ \ ftp://swrinde.nde.swri.edu/pub/png/src/ \ |