View | Details | Raw Unified | Return to bug 214700
Collapse All | Expand All

(-)graphics/gle-graphics/Makefile (-3 / +1 lines)
Lines 14-21 Link Here
14
LICENSE=	BSD3CLAUSE GPLv2
14
LICENSE=	BSD3CLAUSE GPLv2
15
LICENSE_COMB=	multi
15
LICENSE_COMB=	multi
16
16
17
BUILD_DEPENDS=	qmake-qt4:devel/qmake4
18
19
BITMAP_IMAGES_CONFIGURE_WITH=	jpeg=${LOCALBASE} tiff=${LOCALBASE} png=${LOCALBASE}
17
BITMAP_IMAGES_CONFIGURE_WITH=	jpeg=${LOCALBASE} tiff=${LOCALBASE} png=${LOCALBASE}
20
BITMAP_IMAGES_DESC=	Support for including bitmap images
18
BITMAP_IMAGES_DESC=	Support for including bitmap images
21
BITMAP_IMAGES_LIB_DEPENDS=	libpng.so:graphics/png \
19
BITMAP_IMAGES_LIB_DEPENDS=	libpng.so:graphics/png \
Lines 47-53 Link Here
47
USE_GCC=	yes
45
USE_GCC=	yes
48
USE_GL=	yes
46
USE_GL=	yes
49
USE_LDCONFIG=	yes
47
USE_LDCONFIG=	yes
50
USE_QT4=	gui moc network opengl rcc
48
USE_QT4=	gui moc network opengl rcc qmake_build
51
USES=		gmake ncurses pathfix
49
USES=		gmake ncurses pathfix
52
CPPFLAGS+=	-I${NCURSESINC}
50
CPPFLAGS+=	-I${NCURSESINC}
53
51

Return to bug 214700