diff options
Diffstat (limited to 'graphics/gle-graphics/Makefile')
-rw-r--r-- | graphics/gle-graphics/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gle-graphics/Makefile b/graphics/gle-graphics/Makefile index b307a6c721a6..715089ef1235 100644 --- a/graphics/gle-graphics/Makefile +++ b/graphics/gle-graphics/Makefile @@ -14,12 +14,12 @@ COMMENT= Graphics language that produces images from script files LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= multi -BUILD_DEPENDS= qmake-qt4:${PORTSDIR}/devel/qmake4 +BUILD_DEPENDS= qmake-qt4:devel/qmake4 BITMAP_IMAGES_CONFIGURE_WITH= jpeg=${LOCALBASE} tiff=${LOCALBASE} png=${LOCALBASE} BITMAP_IMAGES_DESC= Support for including bitmap images -BITMAP_IMAGES_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ - libtiffxx.so:${PORTSDIR}/graphics/tiff +BITMAP_IMAGES_LIB_DEPENDS= libpng.so:graphics/png \ + libtiffxx.so:graphics/tiff BITMAP_IMAGES_USES= jpeg CONFIGURE_ARGS= --with-extrafonts=yes |