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