diff options
Diffstat (limited to 'astro/boinc-setiathome-v7/Makefile')
-rw-r--r-- | astro/boinc-setiathome-v7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/boinc-setiathome-v7/Makefile b/astro/boinc-setiathome-v7/Makefile index 93a1fc1d7553..a6476ed80b07 100644 --- a/astro/boinc-setiathome-v7/Makefile +++ b/astro/boinc-setiathome-v7/Makefile @@ -42,7 +42,7 @@ X11_DESC= Build screensaver (requires net/boinc-client with X11) .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} -LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg USE_GL= gl glu glut USE_XORG= ice sm x11 xau xcb xext xi xdamage xdmcp xfixes xmu xt xxf86vm BUILD_DEPENDS+= ${LOCALBASE}/lib/libboinc_graphics2.a:${PORTSDIR}/net/boinc-client |