aboutsummaryrefslogtreecommitdiff
path: root/port-files/FreeBSD/deskutils/lumina-xdg-entry/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/deskutils/lumina-xdg-entry/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/deskutils/lumina-xdg-entry/Makefile')
-rw-r--r--port-files/FreeBSD/deskutils/lumina-xdg-entry/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/port-files/FreeBSD/deskutils/lumina-xdg-entry/Makefile b/port-files/FreeBSD/deskutils/lumina-xdg-entry/Makefile
index b031d5a1..ac04b4c3 100644
--- a/port-files/FreeBSD/deskutils/lumina-xdg-entry/Makefile
+++ b/port-files/FreeBSD/deskutils/lumina-xdg-entry/Makefile
@@ -11,8 +11,6 @@ COMMENT= XDG desktop entry creator from the Lumina Desktop
LICENSE= BSD3CLAUSE
-CONFLICTS= lumina-1.2.1
-
OPTIONS_DEFINE= I18N
OPTIONS_DEFAULT= I18N
I18N_DESC= Install localization files
@@ -23,7 +21,7 @@ MAKE_JOBS_UNSAFE=yes
USE_QT5= core gui widgets network svg \
buildtools_build x11extras concurrent multimedia
-USES= desktop-file-utils qmake
+USES= qmake
USE_GITHUB= yes
GH_ACCOUNT= trueos
GH_PROJECT= lumina
bgstack15