diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-04 15:13:35 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-04 15:13:35 +0800 |
commit | 74a1518134fb8879cca1b1029853296ca20154df (patch) | |
tree | e927d0d202a283b214983d8187d323a459fa6d9e /graphics/png/files | |
parent | d5d1f805e48010e7651e00a161f834b0a5d83842 (diff) | |
download | freebsd-ports-gnome-74a1518134fb8879cca1b1029853296ca20154df.tar.gz freebsd-ports-gnome-74a1518134fb8879cca1b1029853296ca20154df.tar.zst freebsd-ports-gnome-74a1518134fb8879cca1b1029853296ca20154df.zip |
Bump png shared library version.
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Diffstat (limited to 'graphics/png/files')
-rw-r--r-- | graphics/png/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/png/files/patch-aa b/graphics/png/files/patch-aa index d7002498835e..566d7e34121c 100644 --- a/graphics/png/files/patch-aa +++ b/graphics/png/files/patch-aa @@ -1,5 +1,5 @@ ---- scripts/makefile.std.orig Fri Jul 31 23:15:22 1998 -+++ scripts/makefile.std Sat Jan 23 14:08:51 1999 +--- scripts/makefile.std.orig Thu Dec 9 01:44:40 1999 ++++ scripts/makefile.std Tue Jul 4 09:16:46 2000 @@ -2,18 +2,30 @@ # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. # For conditions of distribution and use, see copyright notice in png.h @@ -8,7 +8,7 @@ +# have to change it. +# I bump PNGMAJ to 3, because imlib can't work with png 1.0.2. +# I should bump PNGMAJ for ports depend. -+PNGMAJ = 3 ++PNGMAJ = $(SHLIB_VER) +.if (${PORTOBJFORMAT} == "elf") +PNGVER = $(PNGMAJ) +.else |