diff options
Diffstat (limited to 'emulators/fmsx/Makefile')
-rw-r--r-- | emulators/fmsx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index b7b9f929f8a3..e274d27409e6 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -29,7 +29,7 @@ OPTIONS= BPP16 "With BPP16" Off \ .include <bsd.port.pre.mk> post-patch: -.ifdef(WITH_BPP32) +.ifdef(WITH_BPP32) || defined(PACKAGE_BUILDING) || defined(BATCH) ${REINPLACE_CMD} -e 's/%%BPP%%/BPP32/' ${WRKSRC}/Makefile .endif .ifdef(WITH_BPP24) |