aboutsummaryrefslogtreecommitdiff
path: root/port-files
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2014-09-22 13:48:44 -0400
committerKen Moore <moorekou@gmail.com>2014-09-22 13:48:44 -0400
commit6a09ba7ea3833659d022186364128d710e9ae362 (patch)
tree59c8c111ddfcb3e7ebd0707c36c9af1d138a6452 /port-files
parentAdjust how the QApplication is initialized in lumina-open to try and prevent ... (diff)
downloadlumina-6a09ba7ea3833659d022186364128d710e9ae362.tar.gz
lumina-6a09ba7ea3833659d022186364128d710e9ae362.tar.bz2
lumina-6a09ba7ea3833659d022186364128d710e9ae362.zip
Add libjpeg dependency to Lumina port (since the default wallpapers are jpg files)
Diffstat (limited to 'port-files')
-rw-r--r--port-files/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/port-files/Makefile b/port-files/Makefile
index 2fbd3efb..07d7500d 100644
--- a/port-files/Makefile
+++ b/port-files/Makefile
@@ -24,7 +24,8 @@ RUN_DEPENDS= fluxbox:${PORTSDIR}/x11-wm/fluxbox \
numlockx:${PORTSDIR}/x11/numlockx \
phonon-gstreamer>=0:${PORTSDIR}/multimedia/phonon-gstreamer \
gstreamer-plugins-ogg>=0:${PORTSDIR}/audio/gstreamer-plugins-ogg
-LIB_DEPENDS= libQtSolutions_SingleApplication-head.so:${PORTSDIR}/devel/qt4-qtsolutions-singleapplication
+LIB_DEPENDS= libQtSolutions_SingleApplication-head.so:${PORTSDIR}/devel/qt4-qtsolutions-singleapplication \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg
MAKE_JOBS_UNSAFE=yes
ONLY_FOR_ARCHS= amd64
bgstack15