summaryrefslogtreecommitdiff
path: root/archivers/lzop
diff options
context:
space:
mode:
authorjlam <jlam>2001-07-16 09:58:10 +0000
committerjlam <jlam>2001-07-16 09:58:10 +0000
commit1777f73bb2ff3550775df3efb1b1e6a8c4808b0b (patch)
tree0f28eb35ff64920056f0f41d1986a212d2443726 /archivers/lzop
parentc3d4c5a1286642625c218293e09fc38a63c6300d (diff)
downloadpkgsrc-1777f73bb2ff3550775df3efb1b1e6a8c4808b0b.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'archivers/lzop')
-rw-r--r--archivers/lzop/Makefile9
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"