aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2011-07-07 08:27:42 +0800
committermandree <mandree@FreeBSD.org>2011-07-07 08:27:42 +0800
commitc8b43f582498aa6698e21c16d1d215337729f241 (patch)
tree6bae3f9f85520a2c1bbae72a7d355a3d6df236f1 /archivers
parent34977637e6d43d2a6dfde0f64d7ef8c40e9ef2a0 (diff)
downloadfreebsd-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/Makefile4
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: