diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-10-13 15:42:56 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-10-13 15:42:56 +0000 |
commit | 8a956aa9ed8fd999e40357ec24c4e662e08ccc65 (patch) | |
tree | 60297a196cd194630a778a3edd0eb3207f16dcce /editors | |
parent | 6da0e16f9841b95780ddbdf7ee035b80311bb94a (diff) | |
download | ports-8a956aa9ed8fd999e40357ec24c4e662e08ccc65.tar.gz ports-8a956aa9ed8fd999e40357ec24c4e662e08ccc65.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/bed/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/bed/Makefile b/editors/bed/Makefile index 28d54a84774f..3d408e72f05d 100644 --- a/editors/bed/Makefile +++ b/editors/bed/Makefile @@ -15,8 +15,10 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Variable dataformat binary editor +BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2 .if !defined(WITHOUT_X11) -CONFIGURE_DEPENDS= ${X11BASE}/bin/rxvt:${PORTSDIR}/x11/rxvt +BUILD_DEPENDS+= ${X11BASE}/bin/rxvt:${PORTSDIR}/x11/rxvt +RUN_DEPENDS= ${X11BASE}/bin/rxvt:${PORTSDIR}/x11/rxvt .endif GNU_CONFIGURE= yes |