aboutsummaryrefslogtreecommitdiff
path: root/emulators/fmsx
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-03-08 10:06:07 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-03-08 10:06:07 +0000
commit1a81da39cea78df960ded06f141f30f142293f96 (patch)
treefa0b623a28ba08b6f5a493fdd05793508d942be6 /emulators/fmsx
parentfb965b979113cba57d3882c729b8ec9cb92a2bda (diff)
downloadports-1a81da39cea78df960ded06f141f30f142293f96.tar.gz
ports-1a81da39cea78df960ded06f141f30f142293f96.zip
Attempt to fix build on bento by setting a default OPTION
if PACKAGE_BUILDING
Notes
Notes: svn path=/head/; revision=103284
Diffstat (limited to 'emulators/fmsx')
-rw-r--r--emulators/fmsx/Makefile2
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)