aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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