aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-08-19 14:49:12 +0800
committeredwin <edwin@FreeBSD.org>2007-08-19 14:49:12 +0800
commit92146add98bc1f8092c340f0b4ff1e4903e71308 (patch)
treed88cf202d087dcfdb8c9f0f07868506b3a575e37 /ports-mgmt
parentd70a1a968b6eb41bf47657681ad36642d6f91fd9 (diff)
downloadfreebsd-ports-gnome-92146add98bc1f8092c340f0b4ff1e4903e71308.tar.gz
freebsd-ports-gnome-92146add98bc1f8092c340f0b4ff1e4903e71308.tar.zst
freebsd-ports-gnome-92146add98bc1f8092c340f0b4ff1e4903e71308.zip
Fix building of autotools after the large rename earlier
Reviewed by: miwi
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/instant-tinderbox/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/ports-mgmt/instant-tinderbox/Makefile b/ports-mgmt/instant-tinderbox/Makefile
index e65122372618..97fe1f0e55f3 100644
--- a/ports-mgmt/instant-tinderbox/Makefile
+++ b/ports-mgmt/instant-tinderbox/Makefile
@@ -7,7 +7,7 @@
PORTNAME= instant-tinderbox
PORTVERSION= 1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= ports-mgmt
DISTFILES=
@@ -58,11 +58,11 @@ USE_PYTHON= yes
USE_RUBY= yes
USE_LINUX= yes
-.for v in 213 253 259
-RUN_DEPENDS+= autoconf${v}:${PORTSDIR}/devel/autoconf${v}
+.for v in 2.13 2.53 2.59 2.61
+RUN_DEPENDS+= autoconf-${v}:${PORTSDIR}/devel/autoconf${v:C/\.//}
.endfor
-.for v in 14 15 19
-RUN_DEPENDS+= automake${v}:${PORTSDIR}/devel/automake${v}
+.for v in 1.4 1.5 1.6 1.7 1.8 1.9 1.10
+RUN_DEPENDS+= automake-${v}:${PORTSDIR}/devel/automake${v:C/\.//}
.endfor
###############################################################################