diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-05-02 06:36:43 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-05-02 06:36:43 +0000 |
commit | 524caafd20f7f3116c07cd394c967ca7ea6574f8 (patch) | |
tree | 521db25fba49526f3a7c5b55bb6d701a528683c6 /emulators/dolphin-emu-devel | |
parent | c4aecaf410ff1c29345b83828b9e9c823db6a076 (diff) | |
download | ports-524caafd20f7f3116c07cd394c967ca7ea6574f8.tar.gz ports-524caafd20f7f3116c07cd394c967ca7ea6574f8.zip |
Notes
Diffstat (limited to 'emulators/dolphin-emu-devel')
-rw-r--r-- | emulators/dolphin-emu-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/dolphin-emu-devel/Makefile b/emulators/dolphin-emu-devel/Makefile index ffbca9f5ab06..d282fe6350a0 100644 --- a/emulators/dolphin-emu-devel/Makefile +++ b/emulators/dolphin-emu-devel/Makefile @@ -52,10 +52,10 @@ PORTAUDIO_DESC= Enable PortAudio (mic) support FRAMEDUMPS_DESC= Encode framedumps in AVI format OPTIONS_DEFAULT= PORTAUDIO FRAMEDUMPS -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CMAKE_ARGS+= -DDISABLE_NLS:BOOL=ON @@ -95,4 +95,4 @@ CMAKE_ARGS+= -DENCODE_FRAMEDUMPS:BOOL=OFF post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |