- Convert USE_GMAKE=yes to USES=gmake
- Support staging
This commit is contained in:
parent
e74058f67c
commit
a0d4590f3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330155
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue