diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-10-18 01:58:32 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-10-18 01:58:32 +0800 |
commit | 0af95b852db38b2ca4228e93cee1b195e1b7282a (patch) | |
tree | 394bb552613831bbddf5f078e517531e5984a6fe /emulators | |
parent | 1951a9797c382b7b7e26127f67039d769c69f9b4 (diff) | |
download | freebsd-ports-gnome-0af95b852db38b2ca4228e93cee1b195e1b7282a.tar.gz freebsd-ports-gnome-0af95b852db38b2ca4228e93cee1b195e1b7282a.tar.zst freebsd-ports-gnome-0af95b852db38b2ca4228e93cee1b195e1b7282a.zip |
Drop r339003/r339004 cargo cult in my ports
Ninja is only fast for incremental builds, not after clobber. To keep
using it define CMAKE_NINJA in make.conf.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ppsspp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 339b6edd9c5c..b88dd3d33c65 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -53,7 +53,7 @@ QT4_USES= qmake:outsource QT4_USE= QT4=qmake_build,moc_build,rcc_build,uic_build,linguisttools_build,gui,opengl QT5_USES= qmake:outsource QT5_USE= QT5=qmake_build,buildtools_build,linguisttools_build,gui,opengl,widgets -SDL_USES= cmake:outsource ninja +SDL_USES= cmake:outsource SDL_BUILD_DEPENDS= png>=1.6:graphics/png SDL_LIB_DEPENDS= libpng.so:graphics/png SDL_VARS= PORTDATA+="assets ${PORTNAME}" |