diff options
author | bsam <bsam@FreeBSD.org> | 2006-12-23 06:21:46 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-12-23 06:21:46 +0800 |
commit | 185428661f5a4208b3c56c0e82a33f008eb72c2b (patch) | |
tree | b29c595b98b9b29a2413b14f4cfb636404054e34 /editors/bed | |
parent | e1eae61ceaae19a1968ce524ba0eb2b98470494b (diff) | |
download | freebsd-ports-gnome-185428661f5a4208b3c56c0e82a33f008eb72c2b.tar.gz freebsd-ports-gnome-185428661f5a4208b3c56c0e82a33f008eb72c2b.tar.zst freebsd-ports-gnome-185428661f5a4208b3c56c0e82a33f008eb72c2b.zip |
In preparation to deprecate shells/bash2:
. change BUILD_DEPENDS: shells/bash2 -> shells/bash.
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) |