diff options
author | mandree <mandree@FreeBSD.org> | 2011-07-07 08:27:42 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-07-07 08:27:42 +0800 |
commit | c8b43f582498aa6698e21c16d1d215337729f241 (patch) | |
tree | 6bae3f9f85520a2c1bbae72a7d355a3d6df236f1 /archivers | |
parent | 34977637e6d43d2a6dfde0f64d7ef8c40e9ef2a0 (diff) | |
download | freebsd-ports-gnome-c8b43f582498aa6698e21c16d1d215337729f241.tar.gz freebsd-ports-gnome-c8b43f582498aa6698e21c16d1d215337729f241.tar.zst freebsd-ports-gnome-c8b43f582498aa6698e21c16d1d215337729f241.zip |
Switch to LZO2 in anticipation of LZO removal.
Submitted by: Sunpoet Po-Chuan Hsieh (maintainer)
PR: ports/156954
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Compress-LZO/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/p5-Compress-LZO/Makefile b/archivers/p5-Compress-LZO/Makefile index 9d3def21fed4..b1c13b05455b 100644 --- a/archivers/p5-Compress-LZO/Makefile +++ b/archivers/p5-Compress-LZO/Makefile @@ -7,6 +7,7 @@ PORTNAME= Compress-LZO PORTVERSION= 1.08 +PORTREVISION= 1 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Interface to the LZO compression library -LIB_DEPENDS= lzo:${PORTSDIR}/archivers/lzo +LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2 +CFLAGS+= -I${LOCALBASE}/include/lzo PERL_CONFIGURE= yes post-patch: |