diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-11 18:03:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-11 18:03:49 +0000 |
commit | 9121365472f49d39562e6b3177afdc18308db633 (patch) | |
tree | cbbe33a27ca8ed9a1766ae778dd6daf92ed9dfa4 /archivers/lzop | |
parent | fff8c7e84643f2e5e09d909878f7ecb5d72e1870 (diff) | |
download | pkgsrc-9121365472f49d39562e6b3177afdc18308db633.tar.gz |
bl3ify
Diffstat (limited to 'archivers/lzop')
-rw-r--r-- | archivers/lzop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index cb66917c5e6..81bfd13d65a 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/03/05 10:20:27 xtraeme Exp $ +# $NetBSD: Makefile,v 1.11 2004/03/11 18:03:50 xtraeme Exp $ # DISTNAME= lzop-1.01 @@ -9,8 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.oberhumer.com/opensource/lzop/ COMMENT= Fast file compressor similar to gzip, using the LZO library -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES -.include "../../archivers/liblzo/buildlink2.mk" +.include "../../archivers/liblzo/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |