diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2007-02-01 00:20:05 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2007-02-01 00:20:05 +0000 |
commit | 048cfc4c681cb9186a2139e0a7e68df63a54f0c4 (patch) | |
tree | 3b243dfa2e114341b23a1a59b118a50162cc6aef /net/xorp/Makefile | |
parent | 5d53ea8cb47b3d82a8677213976f856599da49f3 (diff) |
Notes
Diffstat (limited to 'net/xorp/Makefile')
-rw-r--r-- | net/xorp/Makefile | 2 |
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) |