diff options
Diffstat (limited to 'graphics/gle-graphics')
-rw-r--r-- | graphics/gle-graphics/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gle-graphics/Makefile b/graphics/gle-graphics/Makefile index e9da8df6d607..b9eb96cf1d84 100644 --- a/graphics/gle-graphics/Makefile +++ b/graphics/gle-graphics/Makefile @@ -14,8 +14,6 @@ COMMENT= Graphics language that produces images from script files LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= multi -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:graphics/png \ @@ -47,7 +45,7 @@ REINPLACE_FILES= configure USE_GCC= yes USE_GL= yes USE_LDCONFIG= yes -USE_QT4= gui moc network opengl rcc +USE_QT4= gui moc network opengl rcc qmake_build USES= gmake ncurses pathfix CPPFLAGS+= -I${NCURSESINC} |