graphics/krita: unbreak after r495204
- When not using ninja to build krita, we need to switch to gmake.
This commit is contained in:
parent
b08c00477c
commit
49428be3ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495206
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ LIB_DEPENDS= libImath.so:graphics/ilmbase \
|
|||
libxcb.so:x11/libxcb \
|
||||
libxcb-util.so:x11/xcb-util
|
||||
|
||||
# Disable ninja generator for now, until the duplicate test targets are resolved upstream.
|
||||
USES= cmake:noninja compiler:c++11-lib desktop-file-utils \
|
||||
# Disable ninja generator for now (with gmake), until the duplicate test targets are resolved upstream.
|
||||
USES= cmake:noninja gmake compiler:c++11-lib desktop-file-utils \
|
||||
eigen:3 gettext jpeg kde:5 pkgconfig python:3.4+ qt:5 \
|
||||
shared-mime-info
|
||||
USE_KDE= archive completion config coreaddons crash guiaddons i18n \
|
||||
|
|
Loading…
Reference in a new issue