diff options
Diffstat (limited to 'freebsd/dependencies/tqt3/Makefile')
-rw-r--r-- | freebsd/dependencies/tqt3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/dependencies/tqt3/Makefile b/freebsd/dependencies/tqt3/Makefile index 2ac5a6154..5cbb7cefa 100644 --- a/freebsd/dependencies/tqt3/Makefile +++ b/freebsd/dependencies/tqt3/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS+= tqmake:${PORTSDIR}/x11/trinity/dependencies/tqmake LIB_DEPENDS+= libmng.so:${PORTSDIR}/graphics/libmng \ libpng.so:${PORTSDIR}/graphics/png \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libjpeg.so:${PORTSDIR}/graphics/jpeg-turbo \ libglib-2.0.so:${PORTSDIR}/devel/glib20 USE_XORG= xcursor xinerama sm inputproto xi @@ -162,7 +162,7 @@ CONFIGURE_ARGS+=-disable-opengl .endif # WITHOUT_OPENGL .if ${PORT_OPTIONS:MCUPS} -LIB_DEPENDS+= libcups.so.2:${PORTSDIR}/print/cups-client +LIB_DEPENDS+= libcups.so.2:${PORTSDIR}/print/cups CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include .endif |