diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-08-19 06:49:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-08-19 06:49:12 +0000 |
commit | 42ed7927bc5c72f15c3fde5bfe7900caf827fb34 (patch) | |
tree | 310c3997141c0943b24cd198ad5c5dcb5e8d3d48 /ports-mgmt | |
parent | f6e596b5d1ccd0a425a3e9a0ef876961041c48ae (diff) | |
download | ports-42ed7927bc5c72f15c3fde5bfe7900caf827fb34.tar.gz ports-42ed7927bc5c72f15c3fde5bfe7900caf827fb34.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/instant-tinderbox/Makefile | 10 |
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 ############################################################################### |