aboutsummaryrefslogtreecommitdiffstats
path: root/net/xorp
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2007-02-01 08:20:05 +0800
committerbms <bms@FreeBSD.org>2007-02-01 08:20:05 +0800
commit43ea03f2921e89bcdccfe0a877f245f7ce2206fb (patch)
treedbf4b8a0e1aad95b74147ff293bbc1d45ae59786 /net/xorp
parent1ba21479303fca18d142059f5d396c8c1d3c791f (diff)
downloadfreebsd-ports-gnome-43ea03f2921e89bcdccfe0a877f245f7ce2206fb.tar.gz
freebsd-ports-gnome-43ea03f2921e89bcdccfe0a877f245f7ce2206fb.tar.zst
freebsd-ports-gnome-43ea03f2921e89bcdccfe0a877f245f7ce2206fb.zip
update dependency; shells/bash2 -> shells/bash
PR: 108628 Submitted by: Boris Samorodov
Diffstat (limited to 'net/xorp')
-rw-r--r--net/xorp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile
index 3b3719de9a2d..5e2847314fde 100644
--- a/net/xorp/Makefile
+++ b/net/xorp/Makefile
@@ -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)