From 82eed8e47c63d8120f3101fad1494b3c6f0d30e3 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 23 May 2017 11:49:23 -0400 Subject: Adjust the run_depends of the x11/lumina-core port a bit to try and ensure it is looking for the package rather than the binary --- port-files/FreeBSD/x11/lumina-core/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'port-files/FreeBSD/x11') diff --git a/port-files/FreeBSD/x11/lumina-core/Makefile b/port-files/FreeBSD/x11/lumina-core/Makefile index 7838de8c..0c178831 100644 --- a/port-files/FreeBSD/x11/lumina-core/Makefile +++ b/port-files/FreeBSD/x11/lumina-core/Makefile @@ -12,12 +12,12 @@ COMMENT= Lumina Desktop Environment LICENSE= BSD3CLAUSE RUN_DEPENDS= fluxbox>=0:x11-wm/fluxbox \ - xscreensaver:x11/xscreensaver \ - xbrightness:x11/xbrightness \ - compton:x11-wm/compton \ - xrandr:x11/xrandr \ - numlockx:x11/numlockx \ - xinput:x11/xinput + xscreensaver>=0:x11/xscreensaver \ + xbrightness>=0:x11/xbrightness \ + compton>=0:x11-wm/compton \ + xrandr>=0:x11/xrandr \ + numlockx>=0:x11/numlockx \ + xinput>=0:x11/xinput LIB_DEPENDS+= libxcb-ewmh.so:x11/xcb-util-wm \ libxcb-icccm.so:x11/xcb-util-wm \ libxcb-image.so:x11/xcb-util-image \ -- cgit