diff options
Diffstat (limited to 'port-files/FreeBSD/Makefile')
-rw-r--r-- | port-files/FreeBSD/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/port-files/FreeBSD/Makefile b/port-files/FreeBSD/Makefile index 989a0b8f..5561b613 100644 --- a/port-files/FreeBSD/Makefile +++ b/port-files/FreeBSD/Makefile @@ -13,14 +13,14 @@ COMMENT= Lumina Desktop Environment LICENSE= BSD3CLAUSE -RUN_DEPENDS= xorg>=0:${PORTSDIR}/x11/xorg-minimal \ - fluxbox>=0:${PORTSDIR}/x11-wm/fluxbox \ - kde4-icons-oxygen>=0:${PORTSDIR}/x11-themes/kde4-icons-oxygen \ - xscreensaver:${PORTSDIR}/x11/xscreensaver \ - xbrightness:${PORTSDIR}/x11/xbrightness \ - xcompmgr:$PORTSDIR}/x11-wm/xcompmgr - xrandr:${PORTSDIR}/x11/xrandr \ - numlockx:${PORTSDIR}/x11/numlockx +RUN_DEPENDS= xorg>=0:x11/xorg-minimal \ + fluxbox>=0:x11-wm/fluxbox \ + kde4-icons-oxygen>=0:x11-themes/kde4-icons-oxygen \ + xscreensaver:x11/xscreensaver \ + xbrightness:x11/xbrightness \ + xcompmgr:x11-wm/xcompmgr \ + xrandr:x11/xrandr \ + numlockx:x11/numlockx CONFLICTS= lumina-devel-0* @@ -32,7 +32,7 @@ TRUEOS_DESC= Use the TrueOS system interface settings. .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMULTIMEDIA} -RUN_DEPENDS+= gstreamer1-plugins-core>=0:${PORTSDIR}/multimedia/gstreamer1-plugins-core +RUN_DEPENDS+= gstreamer1-plugins-core>=0:multimedia/gstreamer1-plugins-core .endif MAKE_JOBS_UNSAFE=yes |