diff options
author | cube <cube@pkgsrc.org> | 2005-10-19 11:02:28 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2005-10-19 11:02:28 +0000 |
commit | 1a3a1647cf51a6dcc756b8d33d0b4a412b098097 (patch) | |
tree | 21788ed31197953b88bea692caff95e54008ca06 /archivers | |
parent | 77448e0e8008510f33f879ec03b99a376f4fbf25 (diff) | |
download | pkgsrc-1a3a1647cf51a6dcc756b8d33d0b4a412b098097.tar.gz |
Remove long gone configure options. PR#31863 by Sergey Svishchev.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gtar-base/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile index 5ac3e06be2c..288e3b9ca83 100644 --- a/archivers/gtar-base/Makefile +++ b/archivers/gtar-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2005/04/11 21:44:48 tv Exp $ +# $NetBSD: Makefile,v 1.43 2005/10/19 11:02:28 cube Exp $ # DISTNAME= tar-1.15.1 @@ -33,7 +33,6 @@ CONFLICTS+= pax-[0-9]* CONFIGURE_ARGS+= --program-prefix=${GTAR_PROGRAM_PREFIX} .endif -CONFIGURE_ARGS+= --with-catgets # lie to configure about gettext -- it does not need GNU gettext CONFIGURE_ENV+= gt_cv_func_gnugettext2_libintl=yes |