aboutsummaryrefslogtreecommitdiff
path: root/port-files/FreeBSD/x11
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-05-16 09:52:08 -0400
committerKen Moore <ken@ixsystems.com>2017-05-16 09:52:08 -0400
commite0b68819101e4e0af6e0d944165e73d2d9193869 (patch)
treeff202a6092cb6005680e5baecec0d97f985bb375 /port-files/FreeBSD/x11
parentAdjust all the new Lumina ports - looks like there was a QtMultimedia depende... (diff)
downloadlumina-e0b68819101e4e0af6e0d944165e73d2d9193869.tar.gz
lumina-e0b68819101e4e0af6e0d944165e73d2d9193869.tar.bz2
lumina-e0b68819101e4e0af6e0d944165e73d2d9193869.zip
Final fix for the new Lumina ports. Fix a plist and another Makefile
Diffstat (limited to 'port-files/FreeBSD/x11')
-rw-r--r--port-files/FreeBSD/x11/lumina-coreutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/port-files/FreeBSD/x11/lumina-coreutils/Makefile b/port-files/FreeBSD/x11/lumina-coreutils/Makefile
index b417f5a2..87457ea3 100644
--- a/port-files/FreeBSD/x11/lumina-coreutils/Makefile
+++ b/port-files/FreeBSD/x11/lumina-coreutils/Makefile
@@ -25,7 +25,7 @@ MAKE_JOBS_UNSAFE=yes
USE_LDCONFIG= yes
USE_QT5= core gui widgets network svg imageformats \
- buildtools_build x11extras concurrent
+ buildtools_build x11extras concurrent multimedia
USES= desktop-file-utils qmake
USE_GITHUB= yes
GH_ACCOUNT= trueos
bgstack15