summaryrefslogtreecommitdiff
path: root/archivers/lha/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/lha/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/lha/Makefile')
-rw-r--r--archivers/lha/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile
index 7427db2f04e..a3633e7992e 100644
--- a/archivers/lha/Makefile
+++ b/archivers/lha/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/03/09 04:55:33 yyamano Exp $
+# $NetBSD: Makefile,v 1.13 2002/08/25 21:49:12 jlam Exp $
DISTNAME= lha-114i
PKGNAME= lha-114.9
@@ -9,9 +9,9 @@ MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \
MAINTAINER= packages@netbsd.org
COMMENT= Archive files using LZW compression (.lzh files)
-USE_BUILDLINK_ONLY= # defined
+USE_BUILDLINK2= # defined
-MAKE_FLAGS= CC="${CC}" MAKE="${MAKE_PROGRAM}"
+MAKE_FLAGS= MAKE="${MAKE_PROGRAM}"
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"