aboutsummaryrefslogtreecommitdiff
path: root/emulators/quasi88/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/quasi88/Makefile')
-rw-r--r--emulators/quasi88/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/quasi88/Makefile b/emulators/quasi88/Makefile
index a3f2e5bf073d..5ec5ae0caa91 100644
--- a/emulators/quasi88/Makefile
+++ b/emulators/quasi88/Makefile
@@ -19,14 +19,14 @@ USE_GMAKE= yes
DATAFILES= FAQ FORMAT GET-IMAGE HELP HISTORY LIST MANUAL QUASI88
pre-patch:
-.if !defined(USE_SOUND)
- @ ${ECHO} "You can make quasi88 use sound by defining USE_SOUND"
+.if !defined(WITH_SOUND)
+ @ ${ECHO} "You can make quasi88 use sound by defining WITH_SOUND"
.else
@ ${CP} ${FILESDIR}/patch-aa ${PATCHDIR}
.endif
post-patch:
-.if defined(USE_SOUND)
+.if defined(WITH_SOUND)
@ ${RM} ${PATCHDIR}/patch-aa
.endif