diff options
author | jlam <jlam> | 2002-08-25 21:48:57 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-25 21:48:57 +0000 |
commit | 02526271b78c18a0c07b3ea8be04d2a61b0bf8e7 (patch) | |
tree | c8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /archivers/gtar-info | |
parent | 521a29ec203c35a133d1b565a410d027176ebfc9 (diff) | |
download | pkgsrc-02526271b78c18a0c07b3ea8be04d2a61b0bf8e7.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'archivers/gtar-info')
-rw-r--r-- | archivers/gtar-info/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/gtar-info/Makefile b/archivers/gtar-info/Makefile index 12213b29ee7..6a199006f6d 100644 --- a/archivers/gtar-info/Makefile +++ b/archivers/gtar-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/02/18 15:14:01 seb Exp $ +# $NetBSD: Makefile,v 1.7 2002/08/25 21:49:08 jlam Exp $ # DISTNAME= tar-1.12 @@ -14,6 +14,7 @@ COMMENT= Info format documentation for the GNU tape archiver INFO_FILES= tar.info +USE_BUILDLINK2= yes NO_PATCH= yes NO_CONFIGURE= yes NO_BUILD= yes |