diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-31 10:20:19 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-31 10:20:19 +0000 |
commit | 8c0949d312466b11084419d4b64b8bfb02813961 (patch) | |
tree | 9251bf67ea16be6fb55f955f686e3e62b85ae442 /emulators | |
parent | b67226884f97937979a6a1c300a9918daa1e3c94 (diff) | |
download | ports-8c0949d312466b11084419d4b64b8bfb02813961.tar.gz ports-8c0949d312466b11084419d4b64b8bfb02813961.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/quasi88/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/quasi88/Makefile b/emulators/quasi88/Makefile index 5a2f56a7e615..86a5cc03002c 100644 --- a/emulators/quasi88/Makefile +++ b/emulators/quasi88/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes DATAFILES= FAQ FORMAT GET-IMAGE HISTORY MANUAL QUASI88 _quasi88rc .if !defined(WITH_SOUND) -pre-everything: +pre-everything:: @ ${ECHO} "You can make quasi88 use sound by defining WITH_SOUND" .else EXTRA_PATCHES= ${FILESDIR}/extra-patch-aa |