diff options
author | kris <kris@FreeBSD.org> | 2003-04-08 06:11:25 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-04-08 06:11:25 +0800 |
commit | cc05223d4b6f45cea177bdabacc397aec1217a2b (patch) | |
tree | c9519e2b84abbe5cedfe6c0d4d8dd7128416a3d7 | |
parent | 382040e78dbd73745a2ea8dfa4f0399d9d3b1199 (diff) | |
download | freebsd-ports-gnome-cc05223d4b6f45cea177bdabacc397aec1217a2b.tar.gz freebsd-ports-gnome-cc05223d4b6f45cea177bdabacc397aec1217a2b.tar.zst freebsd-ports-gnome-cc05223d4b6f45cea177bdabacc397aec1217a2b.zip |
Correct typo in PLIST_SUB
-rw-r--r-- | multimedia/transcode/Makefile | 2 |
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) |