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 | 9121365472f49d39562e6b3177afdc18308db633 (patch) | |
tree | cbbe33a27ca8ed9a1766ae778dd6daf92ed9dfa4 /archivers/gcpio | |
parent | fff8c7e84643f2e5e09d909878f7ecb5d72e1870 (diff) | |
download | pkgsrc-9121365472f49d39562e6b3177afdc18308db633.tar.gz |
bl3ify
Diffstat (limited to 'archivers/gcpio')
-rw-r--r-- | archivers/gcpio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index 7d4b5affc0e..be24bd82564 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/08/09 10:27:40 seb Exp $ +# $NetBSD: Makefile,v 1.20 2004/03/11 18:03:49 xtraeme Exp $ # DISTNAME= cpio-2.4.2 @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/cpio/cpio.html COMMENT= GNU copy-in/out (cpio) with remote magnetic tape (rmt) support -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes LIBS+= -lgnumalloc |