From 846e8fa38764d7a1d91c15d31bfee52265033b94 Mon Sep 17 00:00:00 2001 From: gblach Date: Sat, 12 Oct 2013 13:06:29 +0000 Subject: - Convert USE_GMAKE=yes to USES=gmake - Support staging --- graphics/evas-loader-bmp/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'graphics') diff --git a/graphics/evas-loader-bmp/Makefile b/graphics/evas-loader-bmp/Makefile index b1f52f57f5d7..4595b4a5c080 100644 --- a/graphics/evas-loader-bmp/Makefile +++ b/graphics/evas-loader-bmp/Makefile @@ -17,14 +17,12 @@ LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pkgconfig +USES= gmake pkgconfig USE_EFL= evas librt_hack libtool_hack USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/bmp -NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-bmp -- cgit