aboutsummaryrefslogtreecommitdiff
path: root/port-files/FreeBSD
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-05-23 11:49:23 -0400
committerKen Moore <ken@ixsystems.com>2017-05-23 11:49:23 -0400
commit82eed8e47c63d8120f3101fad1494b3c6f0d30e3 (patch)
tree219b01f52d6df8771c2b9c12c5534e65cb6040cf /port-files/FreeBSD
parentClean up the new LIconCache class quite a bit (seems finished - just untested). (diff)
downloadlumina-82eed8e47c63d8120f3101fad1494b3c6f0d30e3.tar.gz
lumina-82eed8e47c63d8120f3101fad1494b3c6f0d30e3.tar.bz2
lumina-82eed8e47c63d8120f3101fad1494b3c6f0d30e3.zip
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
Diffstat (limited to 'port-files/FreeBSD')
-rw-r--r--port-files/FreeBSD/x11/lumina-core/Makefile12
1 files changed, 6 insertions, 6 deletions
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 \
bgstack15