diff options
Diffstat (limited to 'graphics/gle-graphics/Makefile')
-rw-r--r-- | graphics/gle-graphics/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gle-graphics/Makefile b/graphics/gle-graphics/Makefile index a058cb724423..526b6b701707 100644 --- a/graphics/gle-graphics/Makefile +++ b/graphics/gle-graphics/Makefile @@ -18,9 +18,9 @@ BUILD_DEPENDS= qmake-qt4:${PORTSDIR}/devel/qmake4 BITMAP_IMAGES_CONFIGURE_WITH= jpeg=${LOCALBASE} tiff=${LOCALBASE} png=${LOCALBASE} BITMAP_IMAGES_DESC= Support for including bitmap images -BITMAP_IMAGES_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng.so:${PORTSDIR}/graphics/png \ +BITMAP_IMAGES_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libtiffxx.so:${PORTSDIR}/graphics/tiff +BITMAP_IMAGES_USES= jpeg CONFIGURE_ARGS= --with-extrafonts=yes |