diff options
author | Ken Moore <ken@ixsystems.com> | 2017-06-30 09:03:22 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-06-30 09:03:22 -0400 |
commit | 42d0088b63d5622c04c962e8add2eecaceacc1cb (patch) | |
tree | 25328ce8641165bb3d43334d763e2869328d0df2 /port-files/FreeBSD/x11/lumina-core/Makefile | |
parent | Have the lumina-fm "browserWidget" show the "name" property of XDG desktop en... (diff) | |
download | lumina-42d0088b63d5622c04c962e8add2eecaceacc1cb.tar.gz lumina-42d0088b63d5622c04c962e8add2eecaceacc1cb.tar.bz2 lumina-42d0088b63d5622c04c962e8add2eecaceacc1cb.zip |
Large cleanup of the FreeBSD port Makefiles that are saved in the tree (based on some make-system feedback after testing them before publishing 1.3.0)
Diffstat (limited to 'port-files/FreeBSD/x11/lumina-core/Makefile')
-rw-r--r-- | port-files/FreeBSD/x11/lumina-core/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/port-files/FreeBSD/x11/lumina-core/Makefile b/port-files/FreeBSD/x11/lumina-core/Makefile index 0c178831..f1d50652 100644 --- a/port-files/FreeBSD/x11/lumina-core/Makefile +++ b/port-files/FreeBSD/x11/lumina-core/Makefile @@ -16,14 +16,13 @@ RUN_DEPENDS= fluxbox>=0:x11-wm/fluxbox \ xbrightness>=0:x11/xbrightness \ compton>=0:x11-wm/compton \ xrandr>=0:x11/xrandr \ - numlockx>=0:x11/numlockx \ - xinput>=0:x11/xinput + numlockx>=0:x11/numlockx LIB_DEPENDS+= libxcb-ewmh.so:x11/xcb-util-wm \ libxcb-icccm.so:x11/xcb-util-wm \ libxcb-image.so:x11/xcb-util-image \ libxcb-util.so:x11/xcb-util -CONFLICTS= lumina-1.2.1 +CONFLICTS_INSTALL= lumina-1.2.* OPTIONS_DEFINE= MULTIMEDIA TRUEOS I18N OPTIONS_DEFAULT= MULTIMEDIA I18N @@ -44,7 +43,7 @@ USE_XORG= x11 xdamage xcb USE_LDCONFIG= yes USE_QT5= core gui widgets network svg multimedia imageformats \ buildtools_build x11extras concurrent -USES= desktop-file-utils qmake +USES= qmake USE_GITHUB= yes GH_ACCOUNT= trueos GH_PROJECT= lumina |