diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 15:07:54 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 15:07:54 +0000 |
commit | 116489368298bc19d897c62c2e7d928efe6a76f0 (patch) | |
tree | 4a8d5ac680abcbf94ccfeb3a1184ff8bba86fa65 /graphics/evas-loader-ico | |
parent | f4ab1d5103675021a14f175575cd6e2b7118e8a0 (diff) | |
download | ports-116489368298bc19d897c62c2e7d928efe6a76f0.tar.gz ports-116489368298bc19d897c62c2e7d928efe6a76f0.zip |
Notes
Diffstat (limited to 'graphics/evas-loader-ico')
-rw-r--r-- | graphics/evas-loader-ico/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/evas-loader-ico/Makefile b/graphics/evas-loader-ico/Makefile index e6823f3a80e4..ee71970da38c 100644 --- a/graphics/evas-loader-ico/Makefile +++ b/graphics/evas-loader-ico/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/ico -NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-ico |