summaryrefslogtreecommitdiff
path: root/archivers/p5-Compress-LZO
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2011-07-07 00:27:42 +0000
committerMatthias Andree <mandree@FreeBSD.org>2011-07-07 00:27:42 +0000
commit84edecec2cb57c6d56e61814b69b56c4f3c2cccd (patch)
treef846c383e73e3362bb7068303a53a95697931d96 /archivers/p5-Compress-LZO
parentUpdate to upstream release 2.2.1. (diff)
Switch to LZO2 in anticipation of LZO removal.
Submitted by: Sunpoet Po-Chuan Hsieh (maintainer) PR: ports/156954
Notes
Notes: svn path=/head/; revision=277200
Diffstat (limited to 'archivers/p5-Compress-LZO')
-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: