summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-04-07 22:11:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-04-07 22:11:25 +0000
commitb94e64c5a0e9ee5c553318eb481d65d11cf5a0c2 (patch)
treeef7def15845cb55a5d866be36dffeabe60194739 /multimedia
parentupdate Debian patch which does not affect FreeBSD. (diff)
Correct typo in PLIST_SUB
Notes
Notes: svn path=/head/; revision=78550
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/transcode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index 143d3e468c08..ce01433ec224 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -107,7 +107,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm
ONLY_FOR_ARCHS= i386
PLIST_SUB+= WITH_NASM=""
.else
-PLIST_SUB+= WITH_NASM="@comment"
+PLIST_SUB+= WITH_NASM="@comment "
.endif
.if defined(WITH_AVIFILE)