diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-23 04:40:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-23 04:40:59 +0000 |
commit | 326169077a1ea33e6ce3ca3fd58f9e44cc2eb041 (patch) | |
tree | d8094c229e6aa2ba7ccd261556aaa1939c21a233 /archivers/unlzx | |
parent | a97936193dc3417e78f64b9361579ab280ca8f30 (diff) | |
download | pkgsrc-326169077a1ea33e6ce3ca3fd58f9e44cc2eb041.tar.gz |
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Diffstat (limited to 'archivers/unlzx')
-rw-r--r-- | archivers/unlzx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile index 49c7cebf0b6..46a2fefeb44 100644 --- a/archivers/unlzx/Makefile +++ b/archivers/unlzx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/03/11 18:03:50 xtraeme Exp $ +# $NetBSD: Makefile,v 1.15 2004/03/23 04:40:59 jlam Exp $ DISTNAME= unlzx.c PKGNAME= unlzx-1.1 @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Extracts .lzx archives from Amiga systems WRKSRC= ${WRKDIR} -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o unlzx unlzx.c |