diff --git a/archivers/p5-Compress-LZO/Makefile b/archivers/p5-Compress-LZO/Makefile index b1c13b05455b..1bff870c77bf 100644 --- a/archivers/p5-Compress-LZO/Makefile +++ b/archivers/p5-Compress-LZO/Makefile @@ -7,7 +7,7 @@ PORTNAME= Compress-LZO PORTVERSION= 1.08 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/archivers/p5-Compress-LZO/files/patch-Makefile.PL b/archivers/p5-Compress-LZO/files/patch-Makefile.PL index 2c8a9667db80..058110fee105 100644 --- a/archivers/p5-Compress-LZO/files/patch-Makefile.PL +++ b/archivers/p5-Compress-LZO/files/patch-Makefile.PL @@ -1,5 +1,5 @@ ---- Makefile.PL.orig Sun Sep 10 23:56:49 2006 -+++ Makefile.PL Sun Sep 10 23:57:27 2006 +--- Makefile.PL.orig 1998-08-23 18:14:41.000000000 +0800 ++++ Makefile.PL 2011-12-06 09:11:59.832206442 +0800 @@ -14,6 +14,8 @@ # installed. @@ -9,3 +9,12 @@ # It shouldn't be necessary to change anything from here on. +@@ -21,7 +23,7 @@ + WriteMakefile( + NAME => 'Compress::LZO', + VERSION_FROM => 'LZO.pm', +- LIBS => [ "$LZO_LIB -llzo" ], ++ LIBS => [ "$LZO_LIB -llzo2" ], + INC => "$LZO_INCLUDE", + 'dist' => {COMPRESS=>'gzip', SUFFIX=>'gz'}, + );