aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-08-28 22:57:29 +0800
committerjbeich <jbeich@FreeBSD.org>2015-08-28 22:57:29 +0800
commit65fd1f48aae727e7d8abd18ab45033f4c859e553 (patch)
tree24c9a8f7721996fd14c4ed6089933df842783323 /emulators
parent0d4728e4e695a4d358643b64e6c6f439142816ba (diff)
downloadfreebsd-ports-gnome-65fd1f48aae727e7d8abd18ab45033f4c859e553.tar.gz
freebsd-ports-gnome-65fd1f48aae727e7d8abd18ab45033f4c859e553.tar.zst
freebsd-ports-gnome-65fd1f48aae727e7d8abd18ab45033f4c859e553.zip
Convert my ports to _VARS option helper
Diffstat (limited to 'emulators')
-rw-r--r--emulators/ppsspp/Makefile7
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