diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 13:06:29 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 13:06:29 +0000 |
commit | 38447dd41d2e89759cdaf43988e249967de778f6 (patch) | |
tree | 5787b4952e5d132e2ab9ba1da25dda17fbe679a9 | |
parent | ae1da3f9e36f80ef18250e702ac70901687c4cc4 (diff) | |
download | ports-38447dd41d2e89759cdaf43988e249967de778f6.tar.gz ports-38447dd41d2e89759cdaf43988e249967de778f6.zip |
Notes
-rw-r--r-- | graphics/evas-loader-bmp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |