diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-07-07 00:27:42 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-07-07 00:27:42 +0000 |
commit | 84edecec2cb57c6d56e61814b69b56c4f3c2cccd (patch) | |
tree | f846c383e73e3362bb7068303a53a95697931d96 /archivers/p5-Compress-LZO | |
parent | cf8ca0757dc8878622cb5c8d5ac02bdfefb1c3d6 (diff) | |
download | ports-84edecec2cb57c6d56e61814b69b56c4f3c2cccd.tar.gz ports-84edecec2cb57c6d56e61814b69b56c4f3c2cccd.zip |
Notes
Diffstat (limited to 'archivers/p5-Compress-LZO')
-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: |