summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2003-10-13 15:42:56 +0000
committerglewis <glewis@FreeBSD.org>2003-10-13 15:42:56 +0000
commit20218c1f3e887de6d726586689dfea34208bcc67 (patch)
treebdd0ffcf440b9d017d2d0044a693d95ec6cdc0f7
parenteedb22b1a3a25095cd982c4054c1ae4a8a05cdb3 (diff)
downloadFreeBSD-ports-20218c1f3e887de6d726586689dfea34208bcc67.zip
FreeBSD-ports-20218c1f3e887de6d726586689dfea34208bcc67.tar.gz
. Better *_DEPENDS settings.
Submitted by: bento
-rw-r--r--editors/bed/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/bed/Makefile b/editors/bed/Makefile
index 28d54a8..3d408e7 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
OpenPOWER on IntegriCloud