Correct typo in PLIST_SUB

This commit is contained in:
Kris Kennaway 2003-04-07 22:11:25 +00:00
parent 545cbc414e
commit b94e64c5a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78550

View file

@ -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)