diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-07-06 12:16:37 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-07-06 12:16:37 +0000 |
commit | 6ebf3b17d7807f6719d47f47a11beca1b101b62f (patch) | |
tree | ceb86a71bcb1d87bf97505f31f3a0a450ff774b3 /emulators | |
parent | 39662db80b85d5e5708f3545e31b2964f78c5826 (diff) | |
download | ports-6ebf3b17d7807f6719d47f47a11beca1b101b62f.tar.gz ports-6ebf3b17d7807f6719d47f47a11beca1b101b62f.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fuse-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index 676763208f55..2effc45ea52c 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -32,7 +32,7 @@ PLIST_SUB= AUDIOFILE="" MAN1+= audio2tape.1 tape2wav.1 .else CONFIGURE_ARGS+=--without-audiofile -PLIST_SUB= AUDIOFILE="@comment" +PLIST_SUB= AUDIOFILE="@comment " .endif MAKE_JOBS_SAFE= yes |