From 20218c1f3e887de6d726586689dfea34208bcc67 Mon Sep 17 00:00:00 2001 From: glewis Date: Mon, 13 Oct 2003 15:42:56 +0000 Subject: . Better *_DEPENDS settings. Submitted by: bento --- editors/bed/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'editors') 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 -- cgit