diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 17:45:38 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 17:45:38 +0000 |
commit | a0d4590f3a71fed905df0617def03c5987dd3b1b (patch) | |
tree | 237b8fa7ad039b646ccee6ec212184f351b51f37 /graphics/evas-loader-pmaps | |
parent | e74058f67cc27243f02f2cc18aceabec6830b3fb (diff) | |
download | ports-a0d4590f3a71fed905df0617def03c5987dd3b1b.tar.gz ports-a0d4590f3a71fed905df0617def03c5987dd3b1b.zip |
- Convert USE_GMAKE=yes to USES=gmake
- Support staging
Notes
Notes:
svn path=/head/; revision=330155
Diffstat (limited to 'graphics/evas-loader-pmaps')
-rw-r--r-- | graphics/evas-loader-pmaps/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/evas-loader-pmaps/Makefile b/graphics/evas-loader-pmaps/Makefile index 0570dc4431b2..90f45767149f 100644 --- a/graphics/evas-loader-pmaps/Makefile +++ b/graphics/evas-loader-pmaps/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/pmaps -NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-pmaps |