summaryrefslogtreecommitdiff
path: root/archivers/gtar
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2008-08-20 00:57:32 +0000
committerAde Lovett <ade@FreeBSD.org>2008-08-20 00:57:32 +0000
commit771ea13f4111cf3212b9c32c18ac5fc1975d483d (patch)
treeb4d0fdbbaaf974fbf1b69ebcbe9a956cb4eed79d /archivers/gtar
parent. If DISTFILES are missing then print out the instructions to get them (diff)
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
Notes
Notes: svn path=/head/; revision=218886
Diffstat (limited to 'archivers/gtar')
-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