svn commit: r529003 - in head: . x11/libxkbcommon

Jan Beich jbeich at FreeBSD.org
Mon Mar 23 21:11:11 UTC 2020


Niclas Zeising <zeising at FreeBSD.org> writes:

> -.include <bsd.port.mk>
> +.include <bsd.port.pre.mk>
> +
> +.if ${OSVERSION} < 1200000
> +MESON_ARGS+=	-Ddefault-rules=xorg
> +.endif
> +
> +.include <bsd.port.post.mk>

- bsd.port.options.mk would've been enough instead of bsd.port.pre.mk + bsd.port.post.mk
- When checking ${OSVERSION} also check ${OPSYS}


More information about the svn-ports-head mailing list