aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/gtar/Makefile
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2008-08-20 08:57:32 +0800
committerade <ade@FreeBSD.org>2008-08-20 08:57:32 +0800
commit8eb92ae1d0dce072ddbe65c4852625fae9d1eddb (patch)
tree0187b240fea44ca0f29e4c127dba0644d947187e /archivers/gtar/Makefile
parent6998bd19975dd6b512ccc433d82c50c8893fbc13 (diff)
downloadfreebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.gz
freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.zst
freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.zip
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
Diffstat (limited to 'archivers/gtar/Makefile')
-rw-r--r--archivers/gtar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile
index b98650a9321c..108d16142334 100644
--- a/archivers/gtar/Makefile
+++ b/archivers/gtar/Makefile
@@ -49,7 +49,7 @@ PLIST_SUB+= NLS="@comment "
# after the GNU gzip implementation was replaced with a BSD licensed version
.if (${OSVERSION} >= 602105) && \
(${OSVERSION} < 700000 || ${OSVERSION} >= 700029)
-USE_AUTOTOOLS= autoconf:261:env # autom4te
+USE_AUTOTOOLS= autoconf:262:env # autom4te
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-tests_gzip.at
.endif