diff options
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: |