diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-08-28 14:57:29 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-08-28 14:57:29 +0000 |
commit | 8a127a17cf95ecf22344cac4da6cf307fdc6570d (patch) | |
tree | 24c9a8f7721996fd14c4ed6089933df842783323 /emulators/ppsspp | |
parent | 45234bbcb87113e5d70adf6f7314db91637e3cf6 (diff) | |
download | ports-8a127a17cf95ecf22344cac4da6cf307fdc6570d.tar.gz ports-8a127a17cf95ecf22344cac4da6cf307fdc6570d.zip |
Notes
Diffstat (limited to 'emulators/ppsspp')
-rw-r--r-- | emulators/ppsspp/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index be666750b00e..20aaffe91536 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -46,12 +46,7 @@ SDL_USES= cmake:outsource ninja SDL_BUILD_DEPENDS= png>=1.6:${PORTSDIR}/graphics/png SDL_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png SDL_LDFLAGS= -L${LOCALBASE}/lib # ffmpeg - -.include <bsd.port.options.mk> - -.if ! ${PORT_OPTIONS:MQT*} -PORTDATA+= assets ${PORTNAME} -.endif +SDL_VARS= PORTDATA+="assets ${PORTNAME}" post-extract: # Convert USE_GITHUB groups to git-submodule(1) paths |