diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-16 09:58:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-16 09:58:10 +0000 |
commit | a5756c486d3f62d859b4364af282472bb08cb106 (patch) | |
tree | 0f28eb35ff64920056f0f41d1986a212d2443726 /archivers | |
parent | 1cdb2ad55ae1da68cf0ef3e3376540055ac94392 (diff) | |
download | pkgsrc-a5756c486d3f62d859b4364af282472bb08cb106.tar.gz |
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzop/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
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" |