diff options
author | gblach <gblach@FreeBSD.org> | 2013-10-12 23:07:54 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-10-12 23:07:54 +0800 |
commit | 685ce40cfffdee29b30b5d0f72d176ff4c5bb499 (patch) | |
tree | 4a8d5ac680abcbf94ccfeb3a1184ff8bba86fa65 /graphics | |
parent | 39667d1646102e97a28af0cab70a4e03e1f81b62 (diff) | |
download | freebsd-ports-gnome-685ce40cfffdee29b30b5d0f72d176ff4c5bb499.tar.gz freebsd-ports-gnome-685ce40cfffdee29b30b5d0f72d176ff4c5bb499.tar.zst freebsd-ports-gnome-685ce40cfffdee29b30b5d0f72d176ff4c5bb499.zip |
- Convert USE_GMAKE=yes to USES=gmake
- Support staging
Diffstat (limited to 'graphics')
-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 |