1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

update dependency; shells/bash2 -> shells/bash

PR:		108628
Submitted by:	Boris Samorodov
This commit is contained in:
Bruce M Simpson 2007-02-01 00:20:05 +00:00
parent 5d53ea8cb4
commit 048cfc4c68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183826

View File

@ -86,7 +86,7 @@ CONFIGURE_ARGS+= --enable-optimize
# Bash and Python are only required if running the regression tests.
.if defined(WITH_CHECK)
BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2
${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
.endif
.if defined(WITH_DEBUGGING)