From 1777f73bb2ff3550775df3efb1b1e6a8c4808b0b Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 16 Jul 2001 09:58:10 +0000 Subject: Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. --- archivers/lzop/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'archivers/lzop') diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index 09b9fd445f8..0290eb309fd 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/06/11 06:34:17 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/07/16 09:58:10 jlam Exp $ # DISTNAME= lzop-1.00 @@ -9,9 +9,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzop.html COMMENT= Fast file compressor similar to gzip, using the LZO library -DEPENDS= liblzo-*:../../archivers/liblzo - -GNU_CONFIGURE= YES -CPPFLAGS+= -I${PREFIX}/include +USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES +.include "../../archivers/liblzo/buildlink.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3