diff options
author | Will Andrews <will@FreeBSD.org> | 2000-07-01 19:26:13 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-07-01 19:26:13 +0000 |
commit | e466c33aa64c86c7d47cf4a06dc2a49c9b3b2788 (patch) | |
tree | a30340b2a1827d8bad57dbd50f9944b667a56649 /graphics/netpbm/files/patch-be | |
parent | Update to version 0.7.92-2. (diff) |
Update to 9.5.
PR: 19622
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=30049
Diffstat (limited to 'graphics/netpbm/files/patch-be')
-rw-r--r-- | graphics/netpbm/files/patch-be | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/netpbm/files/patch-be b/graphics/netpbm/files/patch-be index 8a18d679124b..e0783e3163db 100644 --- a/graphics/netpbm/files/patch-be +++ b/graphics/netpbm/files/patch-be @@ -1,11 +1,11 @@ ---- pgm/Makefile.orig Sat May 27 04:14:36 2000 -+++ pgm/Makefile Sat Jun 3 00:00:00 2000 +--- pgm/Makefile.orig Thu Jun 29 01:05:55 2000 ++++ pgm/Makefile Sat Jul 1 12:00:00 2000 @@ -3,14 +3,13 @@ LIBROOT = pgm LIBPGM = lib$(LIBROOT).$(NETPBMLIBSUFFIX) -MAJ = 9 --MIN = 3 +-MIN = 5 +SOVER = 1 PBMDIR = $(SRCDIR)/pbm |