summaryrefslogtreecommitdiff
path: root/archivers/lzop/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-25 21:48:57 +0000
committerjlam <jlam@pkgsrc.org>2002-08-25 21:48:57 +0000
commit1c57323789a922a7182ba378831f2c0a336a6959 (patch)
treec8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /archivers/lzop/Makefile
parentee84541509a09b09b26167f474c4b53185c17b5f (diff)
downloadpkgsrc-1c57323789a922a7182ba378831f2c0a336a6959.tar.gz
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'archivers/lzop/Makefile')
-rw-r--r--archivers/lzop/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile
index 0290eb309fd..4d13a7e0131 100644
--- a/archivers/lzop/Makefile
+++ b/archivers/lzop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/07/16 09:58:10 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2002/08/25 21:49:15 jlam Exp $
#
DISTNAME= lzop-1.00
@@ -9,8 +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
-USE_BUILDLINK_ONLY= YES
-GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
-.include "../../archivers/liblzo/buildlink.mk"
+.include "../../archivers/liblzo/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"