aboutsummaryrefslogtreecommitdiff
path: root/port-files/FreeBSD
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-06-23 13:13:14 -0400
committerKen Moore <moorekou@gmail.com>2016-06-23 13:13:14 -0400
commitd99c0e514a7c977b8ab671bc0b20adce9a2f66ff (patch)
tree76a6556bafaa059448aab8fdfac9f985ca880239 /port-files/FreeBSD
parentGet a lot more of the new lumina-config layout all setup. Now the main page h... (diff)
downloadlumina-d99c0e514a7c977b8ab671bc0b20adce9a2f66ff.tar.gz
lumina-d99c0e514a7c977b8ab671bc0b20adce9a2f66ff.tar.bz2
lumina-d99c0e514a7c977b8ab671bc0b20adce9a2f66ff.zip
Cleaning up the lumina FreeBSD makefile.
Diffstat (limited to 'port-files/FreeBSD')
-rw-r--r--port-files/FreeBSD/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/port-files/FreeBSD/Makefile b/port-files/FreeBSD/Makefile
index 033fcb7e..5ae992a6 100644
--- a/port-files/FreeBSD/Makefile
+++ b/port-files/FreeBSD/Makefile
@@ -13,13 +13,13 @@ COMMENT= Lumina Desktop Environment
LICENSE= BSD3CLAUSE
-RUN_DEPENDS= xorg>=0:${PORTSDIR}/x11/xorg \
+RUN_DEPENDS= xorg>=0:${PORTSDIR}/x11/xorg-minimal \
fluxbox>=0:${PORTSDIR}/x11-wm/fluxbox \
- fluxbox-tenr-styles-pack>=0:${PORTSDIR}/x11-themes/fluxbox-tenr-styles-pack \
kde4-icons-oxygen>=0:${PORTSDIR}/x11-themes/kde4-icons-oxygen \
xscreensaver:${PORTSDIR}/x11/xscreensaver \
- xscreensaver-demo:${PORTSDIR}/x11/xscreensaver \
xbrightness:${PORTSDIR}/x11/xbrightness \
+ xcompmgr:$PORTSDIR}/x11-wm/xcompmgr
+ xrandr:${PORTSDIR}/x11/xrandr \
numlockx:${PORTSDIR}/x11/numlockx
CONFLICTS= lumina-devel-0*
@@ -38,10 +38,10 @@ RUN_DEPENDS+= gstreamer1-plugins-core>=0:${PORTSDIR}/multimedia/gstreamer1-plugi
MAKE_JOBS_UNSAFE=yes
USE_XORG= x11 xdamage
-USE_XCB= x11extras wm
+USE_XCB= x11extras wm
USE_LDCONFIG= yes
USE_QT5= core gui network svg multimedia imageformats \
- buildtools x11extras concurrent
+ buildtools_build x11extras concurrent
USES= desktop-file-utils qmake
USE_GITHUB= yes
GH_ACCOUNT= pcbsd
bgstack15