aboutsummaryrefslogtreecommitdiff
path: root/port-files/FreeBSD/x11/lumina-coreutils/Makefile
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-07-19 19:01:31 +0000
committerWeblate <noreply@weblate.org>2017-07-19 19:01:31 +0000
commitb687e491eea208afba43b67a072ddf430bfeb1fc (patch)
tree80c24ebc2a04e3d20e74004ebf9e5411252a697d /port-files/FreeBSD/x11/lumina-coreutils/Makefile
parentPush local changes (diff)
parentMerge branch 'master' of github.com:trueos/lumina (diff)
downloadlumina-b687e491eea208afba43b67a072ddf430bfeb1fc.tar.gz
lumina-b687e491eea208afba43b67a072ddf430bfeb1fc.tar.bz2
lumina-b687e491eea208afba43b67a072ddf430bfeb1fc.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'port-files/FreeBSD/x11/lumina-coreutils/Makefile')
-rw-r--r--port-files/FreeBSD/x11/lumina-coreutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/port-files/FreeBSD/x11/lumina-coreutils/Makefile b/port-files/FreeBSD/x11/lumina-coreutils/Makefile
index 87457ea3..3637b265 100644
--- a/port-files/FreeBSD/x11/lumina-coreutils/Makefile
+++ b/port-files/FreeBSD/x11/lumina-coreutils/Makefile
@@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE
RUN_DEPENDS= xrandr:x11/xrandr
-CONFLICTS= lumina-1.2.1
+CONFLICTS_INSTALL= lumina-1.2.*
OPTIONS_DEFINE= I18N
OPTIONS_DEFAULT= I18N
@@ -26,7 +26,7 @@ MAKE_JOBS_UNSAFE=yes
USE_LDCONFIG= yes
USE_QT5= core gui widgets network svg imageformats \
buildtools_build x11extras concurrent multimedia
-USES= desktop-file-utils qmake
+USES= qmake
USE_GITHUB= yes
GH_ACCOUNT= trueos
GH_PROJECT= lumina
bgstack15