diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-11 18:03:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-11 18:03:49 +0000 |
commit | 6c39a6eab6ab88e2dd89dec7c00e74f22113a907 (patch) | |
tree | cbbe33a27ca8ed9a1766ae778dd6daf92ed9dfa4 /archivers/unlzx | |
parent | f425933991a2cf279fadad07ef77122477deb2aa (diff) | |
download | pkgsrc-6c39a6eab6ab88e2dd89dec7c00e74f22113a907.tar.gz |
bl3ify
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 41ec47d540d..49c7cebf0b6 100644 --- a/archivers/unlzx/Makefile +++ b/archivers/unlzx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/02/08 04:03:15 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2004/03/11 18:03:50 xtraeme 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_BUILDLINK2= # defined +USE_BUILDLINK3= # defined do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o unlzx unlzx.c |