From 66353ad1997aa9756baa399985dfe42fde0a61f3 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Tue, 7 Oct 2003 07:28:18 +0000 Subject: [PATCH] [PATCH] waimea port has missing run-dependancy Waimea by default uses Esetroot to set the background image. However this executable is part of the eterm-port; thus waimea should list eterm as a dependancy. Informed maintainer PR: ports/50628 Submitted by: Alex Kiesel --- x11-wm/waimea/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-wm/waimea/Makefile b/x11-wm/waimea/Makefile index 8e23ddb7b224..3ec54e660c5e 100644 --- a/x11-wm/waimea/Makefile +++ b/x11-wm/waimea/Makefile @@ -16,6 +16,7 @@ MAINTAINER= danfe@regency.nsu.ru COMMENT= An X11 window manager designed for maximum efficiency LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft +RUN_DEPENDS= ${X11BASE}/bin/Esetroot:${PORTSDIR}/x11/eterm USE_BZIP2= yes USE_X_PREFIX= yes