aboutsummaryrefslogtreecommitdiff
path: root/port-files
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-08-19 14:57:31 +0000
committerWeblate <noreply@weblate.org>2017-08-19 14:57:31 +0000
commitdcf0d4cc38374186cd2c1e2d795ec81e2f047394 (patch)
tree9afe57786de1bd53b2c8fecaca6ee9458a42a2b8 /port-files
parentTranslated using Weblate (Danish) (diff)
parentAdd the ability to generate symlinks in the Desktop folder the first time Lum... (diff)
downloadlumina-dcf0d4cc38374186cd2c1e2d795ec81e2f047394.tar.gz
lumina-dcf0d4cc38374186cd2c1e2d795ec81e2f047394.tar.bz2
lumina-dcf0d4cc38374186cd2c1e2d795ec81e2f047394.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'port-files')
-rw-r--r--port-files/FreeBSD/x11/lumina/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/port-files/FreeBSD/x11/lumina/Makefile b/port-files/FreeBSD/x11/lumina/Makefile
index 77731ff8..00580d73 100644
--- a/port-files/FreeBSD/x11/lumina/Makefile
+++ b/port-files/FreeBSD/x11/lumina/Makefile
@@ -22,7 +22,8 @@ RUN_DEPENDS= lumina-core>=0:x11/lumina-core \
lumina-pdf>=0:deskutils/lumina-pdf \
lumina-screenshot>=0:deskutils/lumina-screenshot \
lumina-textedit>=0:deskutils/lumina-textedit \
- lumina-xdg-entry>=0:deskutils/lumina-xdg-entry
+ lumina-xdg-entry>=0:deskutils/lumina-xdg-entry \
+ lumina-themes>=0:x11-themes/lumina-themes
CONFLICTS_INSTALL= lumina-1.2.*
bgstack15