diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-12-22 22:21:46 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-12-22 22:21:46 +0000 |
commit | f1a179c29193132f38d87810bffbbcb12384dc5f (patch) | |
tree | e88a909b99904636b10678847c0b533f4cc8d9b3 /editors/bed | |
parent | fecbfd43e028f64745cfb94bd1a738697822eb8f (diff) |
In preparation to deprecate shells/bash2:
. change BUILD_DEPENDS: shells/bash2 -> shells/bash.
Notes
Notes:
svn path=/head/; revision=180528
Diffstat (limited to 'editors/bed')
-rw-r--r-- | editors/bed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/bed/Makefile b/editors/bed/Makefile index 5a0fe54109d1..f7458d490c3b 100644 --- a/editors/bed/Makefile +++ b/editors/bed/Makefile @@ -17,7 +17,7 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Variable dataformat binary editor -BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2 +BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash # Cannot guarantee rxvt will have menubar enabled on bento. .if defined(PACKAGE_BUILDING) |