From 70655c85b2536d9dfd095ba2b50eb3bbfc6fb453 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 23 Mar 2004 04:40:59 +0000 Subject: USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. --- archivers/bunzip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/bunzip') diff --git a/archivers/bunzip/Makefile b/archivers/bunzip/Makefile index 57c1a37ee83..ab1d2b8aafd 100644 --- a/archivers/bunzip/Makefile +++ b/archivers/bunzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/03/11 18:03:49 xtraeme Exp $ +# $NetBSD: Makefile,v 1.13 2004/03/23 04:40:59 jlam Exp $ DISTNAME= bunzip021.c PKGNAME= bunzip-0.21 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.muraroa.demon.co.uk/ COMMENT= Decompressor for bzip .bz files WRKSRC= ${WRKDIR} -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o bunzip ${DISTNAME} -- cgit v1.2.3