diff options
author | gblach <gblach@FreeBSD.org> | 2013-10-12 21:06:29 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-10-12 21:06:29 +0800 |
commit | 846e8fa38764d7a1d91c15d31bfee52265033b94 (patch) | |
tree | 5787b4952e5d132e2ab9ba1da25dda17fbe679a9 /graphics | |
parent | f0b57c7043ddfa5888e13dc6f44f5376c5cd6964 (diff) | |
download | freebsd-ports-gnome-846e8fa38764d7a1d91c15d31bfee52265033b94.tar.gz freebsd-ports-gnome-846e8fa38764d7a1d91c15d31bfee52265033b94.tar.zst freebsd-ports-gnome-846e8fa38764d7a1d91c15d31bfee52265033b94.zip |
- Convert USE_GMAKE=yes to USES=gmake
- Support staging
Diffstat (limited to 'graphics')
-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 |