diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-23 22:24:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-23 22:24:16 +0000 |
commit | ff9c5da518f097fbcd51a76561b53791b2dcfe0c (patch) | |
tree | edf9417c4e88ea122093a8b4de023413bed65a1d /archivers/gtar-base | |
parent | f3aec60c21b87942de6468b1436454673593e59c (diff) | |
download | pkgsrc-ff9c5da518f097fbcd51a76561b53791b2dcfe0c.tar.gz |
Add BUILD_USES_MSGFMT, noted missing by Jeremy C. Reed in PR 20916.
Diffstat (limited to 'archivers/gtar-base')
-rw-r--r-- | archivers/gtar-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile index 1f7121209af..13418300f1c 100644 --- a/archivers/gtar-base/Makefile +++ b/archivers/gtar-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2003/04/22 20:25:08 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2003/05/23 22:24:16 wiz Exp $ # DISTNAME= tar-1.13.25 @@ -14,6 +14,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/tar/tar.html COMMENT= The GNU tape archiver with remote magnetic tape support +BUILD_USES_MSGFMT= YES + USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES |