vlc: match all netbsd, inspired by maya's commit to head

This commit is contained in:
nia 2019-07-02 21:13:42 +01:00
parent d1103295bc
commit 3a0f11aa8c
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ CONFIGURE_ARGS+= --disable-x265
CONFIGURE_ARGS+= --disable-zvbi
# which platforms support OSSv4?
.if ${MACHINE_PLATFORM:MNetBSD-[789].*}
.if ${OPSYS} == "NetBSD"
PLIST.oss= yes
.include "../../mk/oss.buildlink3.mk"
.else